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 size of time_t?
What does 'mkdir' command do in UNIX?
Which command is used to kill the last background job?
What is the command to find maximum memory taking process on the server?
What is awk command used for?
Is command prompt unix?
How do I use grep to search for a file?
What is the function of grep command in unix?
What is the search command in unix?
how to sort the content of the file based on numeric values
Write a command to kill the last background job?
What is the difference between awk and grep?
What are grep patterns?
What is awk used for?
Explain command to view process running?