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 is the command to find maximum memory taking process on the server?
Which command is used to find whether the system is 32 bit or 64 bit?
Why is it called grep?
What is s and g in sed command?
What is grep command in unix with examples?
What is awk good for?
Which unix command to make a new directory?
Name the general commands in using unix os for a beginner?
What do chmod, chown, chgrp commands do?
What is updatedb?
How does pipe () work?
What is grep r?
Can you explain a little bit about command substitution?
What does sed command do in unix?
What is in grep command?