How do you find out all processes that are currently
running in UNIX OS?
Answer Posted / shaishaw
ps
ps -e
ps -a
ps -f
top
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do chmod, chown, chgrp commands do?
What do chown command do?
Give the command for finding the current date.
What is the use of awk command in unix?
What is a bash command?
What is the use of sed command in unix?
Explain ‘library functions’ with respect to unix commands?
What is the use of egrep command in unix?
How does shebang work?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What command will change your prompt to myprompt?
What is difference between grep and find command in unix?
Which command is used to restrict incoming messages?
Enlist some filename manipulation commands in unix.