in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answers were Sorted based on User's Feedback
Answer / subbareddy kake
up to now all answers correct.I saw result of all commands.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhijit (pune)
ps -fu username | grep -i processname
and
ps -ef | grep user | grep processname
| Is This Answer Correct ? | 0 Yes | 0 No |
what are processor execution levels and priorities?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
What is updatedb?
By using which command we can find the CPU utilization time?
What is "type" command in unix?what is the functionality??
distinguish between user mode and kernel mode?
How can we use grep command in unix?
What does grep v grep do?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
how to find the 51th record of a file containing 100 records in unix.
What is grep short for?
What is the difference between udp and tcp?