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 use of sed command in unix?
What are grep patterns?
How do I use grep to search for a file?
Write a command that will display files in the current directory, in a colored, long format.
Which command is used to find whether the system is 32 bit or 64 bit?
Why is awk called awk?
What is grep r?
Which command will print your home directory on screen?
Which unix command to make a new directory?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How to find $ai_serual resolved path by using unix
What is rmdir command?
What do chmod, chown, chgrp commands do?
Are you in or at the office?
What happens when we execute a unix command?