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 to convert a hidden file to normal visible file?
How does one process we can start an executable file? How to get the PID process, which we started?
How to install scsi driver in unix? give me explanation clearly?
what are the different operating systems available?
How we will execute previous command in vi editor?
What is the first character of the output in ls l command?
What is the search command in unix?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
What is the command to view process running?
How do I use grep to find a file?
How to see unused port number in Solaris?
What is the behavioural difference between cmp and diff commands?