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 the unix commands?
How to see unused port number in Solaris?
Give the command to display space usage on the UNIX file system.
What is .sh file?
How do you know about running processes of a particular user?
Who command in unix operating system?
what is the function of grep command?
What is clustering in HP and how it's work?
Explain the read, write, and execute permissions on a UNIX directory.
What is $0 bash?
Which unix command lists files/folders in alphabetical order?
What is the size of time_t?