How do you find out all processes that are currently
running in UNIX OS?
Answers were Sorted based on User's Feedback
Answer / abhijit
ps -fu <username>
or
ps -ef | grep username
Thanks
- @bhijit kulkarni
| Is This Answer Correct ? | 3 Yes | 0 No |
How would you change all occurrences of a value using VI?
How to see unused port number in Solaris?
How to open a Database using Unix Command Please Do Reply
What is merge command in unix?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
What is the protocol for PING command?
Explain mount and unmount command.
What is the difference between cat and more command?
29. How to display top 10 users Who | head -10 | wc –w
What is awk command used for?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
How do you remove a crontab file?