How do you find out all processes that are currently
running in UNIX OS?

Answers were Sorted based on User's Feedback



How do you find out all processes that are currently running in UNIX OS? ..

Answer / dilipsimha

ps -ex

Is This Answer Correct ?    5 Yes 1 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / kavimani

ps -ef

Is This Answer Correct ?    4 Yes 0 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / abhijit

ps -fu <username>

or

ps -ef | grep username


Thanks
- @bhijit kulkarni

Is This Answer Correct ?    3 Yes 0 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / sundar

$who
$ps

Is This Answer Correct ?    3 Yes 2 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / shaishaw

ps
ps -e
ps -a
ps -f
top

Is This Answer Correct ?    1 Yes 0 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / yuvaevergreen

ps

Is This Answer Correct ?    1 Yes 0 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / arif

ps -u

top

Is This Answer Correct ?    0 Yes 0 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / abhijitsarangi91

TOP command

Is This Answer Correct ?    0 Yes 0 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / suitable

ps aux

Is This Answer Correct ?    1 Yes 2 No

How do you find out all processes that are currently running in UNIX OS? ..

Answer / sharayu

chk

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

distinguish between physical addresses and logical address?

3 Answers   Infosys,


How do you create a file in UNIX

36 Answers   Accenture, EMG, Nokia, QA, TD,


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,


How does the user view the contents of a text file in UNIX?

9 Answers   IBM,


fork in unix ?

4 Answers   BFL,


what is the command to find out which shell you are running?

14 Answers  


What is the difference between grep and grep?

0 Answers  


what are the different commands used to create files?

5 Answers  


what is the advaantage of each user having its own copy of the shell?

2 Answers   Infosys,


Are you in or at the office?

0 Answers  


Explain ‘library functions’ with respect to unix commands?

0 Answers  


Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?

5 Answers  


Categories