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
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is pipe command in unix?
What is in grep command?
What do chmod command do?
What is grep in bash?
What is the use of egrep command in unix?
What is the use of finger command?
Which command is used to copy files?
What is time_t?
Does cp command overwrite files?
How do I open a port?
Write a command that will display files in the current directory, in a colored, long format.
What does #!/ Bin sh do?
What is the use of sed command in unix?
What do chown command do?