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 advaantage of each user having its own copy of the shell?
Differentiate cat command from more command.
Can you explain a little bit about command substitution?
What does the command '$ls | wc –l > file1' do?
What's a command word?
What are the unix commands?
Why is it called grep?
What is the general format of unix command syntax?
What is the nmap command?
What is the command to compare two files in unix?
How do I use grep to find a file?
What is the unix command to confirm a remote host is alive or not?
What is the functionality of a top command?
What does sed command do in unix?
What do chmod, chown, chgrp commands do?