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

What is the general format of unix command syntax?

2 Answers  


Why we are using UNIX OS when we are doing the testing in our application?

5 Answers   IBM,


How do you find path of a directory? Give its syntax.

7 Answers  


what is the use of "fg" command ?

5 Answers   PSU, Sail,


Differentiate cat command from more command.

0 Answers  


What is Unix, and how does it differ from other operating systems?

2 Answers  


Name the various commands that are used for the user information in unix.

0 Answers  


distinguish between interrupts and exceptions?

2 Answers   Infosys,


Is it inbetween or in between?

0 Answers  


What difference between cmp and diff commands?

0 Answers  


what is the command to list all files in a directory, including the hidden files in UNIX ?

9 Answers   CTS,


What is pid?

4 Answers  


Categories