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 does sed command do in unix?
How can you see the command line history?
What is the difference between grep and grep?
Explain mount and unmount command.
What is the significance of the 'tee' command?
Which unix command lists files/folders in alphabetical order?
What are awk commands?
What is awk command used for?
What is the search command in unix?
What is command substitution?
Write a command to display a file’s contents in various formats?
How does shebang work?
Which command is used to copy files?
How do I search for text in vi?
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