in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answer Posted / abhijit (pune)
ps -fu username | grep -i processname
and
ps -ef | grep user | grep processname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hw will u use awk in replacing cahrs and files
What are the dos commands?
What do chgrp command do?
How do I clear my terminal history?
What are bash commands?
What is a command and examples?
What does the command ' $who | sort –logfile > newfile' do?
Name the unix command to find how many days the server has been up.
What does awk stand for?
Which command is used to delete all files in the current directory and all its sub-directories?
Why is it called grep?
What does find command return in unix?
What is updatedb?
What is the difference between grep and grep?
What will the following command do?