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
What is the command to compare two files in unix?
How to find $ai_serual resolved path by using unix
Using unix command how to display no of records in oracle?
What are the dos commands?
Who invented grep?
How do I find previous commands in unix?
Who wrote grep?
What is the use of find command in unix?
What command will change your prompt to myprompt?
What happens when we execute a unix command?
What are awk commands?
What are grep patterns?
What is a bash command?
What do chmod command do?
What are bash commands?