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 |
distinguish between physical addresses and logical address?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What is the difference between pipe and xargs?
How does the user view the contents of a text file in UNIX?
fork in unix ?
what is the command to find out which shell you are running?
What is the difference between grep and grep?
what are the different commands used to create files?
what is the advaantage of each user having its own copy of the shell?
Are you in or at the office?
Explain ‘library functions’ with respect to unix commands?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?