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 is the use of pipes?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
what is the command to list files in a directory in UNIX?
How to open a Database using Unix Command Please Do Reply
How do you change file permissions and ownership in Unix?
What is grep in bash?
How do I search for a file in unix command?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
Name the unix command to find how many days the server has been up.
What is sed awk grep?
How do I search for text in vi?
How can i know my Filesystem and its current usage in my prod UNIX system?