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 nmap command?
What does the command '$ls | wc –l > file1' do?
What is the use of tee command?
How do I run a whois command?
What command is used to check the current users?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is command statement?
What are bash commands?
How to display no of records in oracle using unix command?
What is the use of cut command in unix?
What difference between cmp and diff commands?
Explain ‘library functions’ with respect to unix commands?
Differentiate cat command from more command.
What do know about tee command?
What is the size of time_t?