How do you find out all processes that are currently
running in UNIX OS?
Answer Posted / abhijit
ps -fu <username>
or
ps -ef | grep username
Thanks
- @bhijit kulkarni
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the general format of unix command syntax?
What is the use of sed command in unix?
What is the use of awk command in unix?
How do you grep recursively?
How can we use grep command in unix?
What does the metacharacter mean?
What is the command to find hidden files in the current directory?
What is the unix command to confirm a remote host is alive or not?
What is the search command in unix?
Which unix command to make a new directory?
What is the command to compare two files in unix?
What is updatedb?
What is the difference between grep and grep?
What do chmod, chown, chgrp commands do?
What is used to type command?