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 |
What is the use of sed command in unix?
Give the command to display space usage on the UNIX file system.
What difference between cmp and diff commands?
What does the “echo” command do?
What is the comma to display different lines that are found when compare two files?
why unix operating system provides more security than other operating systems?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
What is $0 bash?
How to find the files that are accessed before 10 minutes?
what is the use of the hidden files?
Enumerate some of the most commonly used network commands in unix?
what is the use of "fg" command ?