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 command statement?
What does the “echo” command do?
What is ctrl d?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which command can you use to find the currently running process in unix server?
Write a command to display a file’s contents in various formats?
What do know about tee command and its usage?
Which command should you use to find the remaining disk space in unix server?
How can we use grep command in unix?
What are the commands in UNIX to list the files in a Directory?
What is the size of time_t?
What is nr in awk command?
Explain the steps that a shell follows while processing a command.
Describe the zip/unzip command using gzip.
What does this command do,"$more readme.txt“?