How do you know about running processes of a particular
user?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / punit sharma
ps -u <username> can provide the processes running for the
user.
ps -fu <username> can provide the full listing of the
processes running for the user
| Is This Answer Correct ? | 1 Yes | 1 No |
How to get the operating system's information in unix?
How do you move a process which is running background to foreground?
Name the various commands that are used for the user information in unix.
What is nr in awk command?
What is s and g in sed command?
What is the significance of the 'tee' command?
Why we are using UNIX OS when we are doing the testing in our application?
How do I use nslookup?
Give the command to display space usage on the UNIX file system.
What is command statement?
what is difference between unix and linux?
What is the output of : $ ps-e $ ps-a commands