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 {} in find command?
What is the function of grep command in unix?
Explain command to show the space allocation of files?
Which command is used to kill the last background job?
hw will u use awk in replacing cahrs and files
Is ‘du’ a command? If so, what is its use?
How can you see the command line history?
What is the difference between cat and more command?
What does grep v grep do?
Write a command to display a file’s contents in various formats?
What is nr in awk command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How does the system know where one command ends and another begins?
What does this command do? Cat food 1 > kitty
Name the general commands in using unix os for a beginner?