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 significance of the 'tee' command?
Can you enlist some commonly used network commands?
How can we use grep command in unix?
Which command will print your home directory on screen?
What is ‘ps’ command for?
Explain command to display different lines that are found when compare two files?
Which command is used to restrict incoming messages?
Enumerate some of the most commonly used network commands in unix?
Who command in unix operating system?
Can you explain a little bit about command substitution?
How do I use nslookup?
What are file commands?
What is grep in bash?
What does 'mkdir' command do in UNIX?
How do you grep a case insensitive?