How do you know about running processes of a particular
user?
Answer Posted / lekshmanan s
ps -ef|grep $(whoami)
$(whoami) gives the username and that is grep(ed or
searched) in ps -ef
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What do know about tee command and its usage?
What does grep v grep do?
Does cp command overwrite files?
What is “chmod” command?
What is $0 bash?
What are bash commands?
What do chmod, chown, chgrp commands do?
How do I delete files from command prompt?
What command is used to switching between users in unix?
What is the significance of the 'tee' command?
How do you grep recursively?
hw will u use awk in replacing cahrs and files
What are the general commands in using unix os for a beginner?
What does grep v do?
How do I search for a file in unix command?