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
How many unix commands are there?
What is the use of the command 'ls -x chapter[1-5]' ?
Which command is used to restrict incoming messages?
Name the unix command to find how many days the server has been up.
What do chmod, chown, chgrp commands do?
Name the various commands that are used for the user information in unix.
What is the use of tee command?
How can you see the command line history?
What does the command '$ls | wc –l > file1' do?
How to use grep command to list find the records of a file containing 10 different strings?
Is grep faster than awk?
How do I open a port?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Does cp command overwrite files?
What is the command to find hidden files in the current directory?