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

Which command is used to copy files?

0 Answers  


How to view the hidden files in /etc directory?

10 Answers  


How can we "forked" process in UNIX? How then recognize in any of the branches we?

2 Answers   NIIT,


How do I use grep to find a file?

0 Answers  


What does grep v do?

0 Answers  






What is file system in unix??

10 Answers   Symphony,


What is the search command in unix?

0 Answers  


how many types of file in unix?

34 Answers   MNC, TCS,


Differentiate cat command from more command.

0 Answers  


What is the function of grep command in unix?

0 Answers  


How to display a file name which has zero bytes in size.

11 Answers   Polaris,


if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.

28 Answers   TCS,


Categories