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
Why is shebang used?
What is s and g in sed command?
Explain mount and unmount command.
What is $0 bash?
How do I find previous commands in unix?
What is grep in bash?
Name the unix command to find how many days the server has been up.
what is the advaantage of each user having its own copy of the shell?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the general format of unix command syntax?
What are reported commands?
What is grep command in unix with examples?
How do I search a whole word in vim?
hw will u use awk in replacing cahrs and files
How do you grep a case insensitive?