How do you find out all processes that are currently
running in UNIX OS?
Answers were Sorted based on User's Feedback
Answer / abhijit
ps -fu <username>
or
ps -ef | grep username
Thanks
- @bhijit kulkarni
| Is This Answer Correct ? | 3 Yes | 0 No |
How does a user get the current date, time in UNIX?
What is nr in awk command?
Where can I get the free download of Unix by Yeswant Kanetkar?
What is $0 bash?
What is a Unix signal, and how do you handle them?
What command will bring user back to their home directory in UNIX?
what is the use of wild cards?
What is the use of the command 'ls -x chapter[1-5]' ?
How do you change file permissions?
Name the unix command to find how many days the server has been up.
How do I search a whole word in vim?
What is the command to view process running?