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 |
What are the general commands in using unix os for a beginner?
what is virtual machine?
Which command can you use to find the currently running process in unix server?
Is ‘du’ a command? If so, what is its use?
What is the behavioural difference between cmp and diff commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
what is shell?
How are UNIX file permissions represented?
describe the escaping sequence characteres in unix
distinguish between interrupts and exceptions?
Are you in or at the office?
what is the command to print last 8 lines of any text file.