How do you know about running processes of a particular
user?
Answer Posted / 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 |
Post New Answer View All Answers
What is the nmap command?
What is the size of time_t?
Why is shebang used?
What is merge command in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
What is updatedb?
Explain command to show the space allocation of files?
What is .sh file?
Explain command to view process running?
How to display no of records in oracle using unix command?
Who invented grep?
What do chmod, chown, chgrp commands do?
What do chown command do?
What is the pipe command?
How do you repeat a command in terminal?