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 mtime in find command?

1 Answers  


Where can I get the free download of Unix by Yeswant Kanetkar?

5 Answers  


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


Who wrote grep?

0 Answers  


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

0 Answers  


What is the use of pipes?

4 Answers  


Why is shebang used?

0 Answers  


What is the use of find command in unix?

0 Answers  


What is used to type command?

0 Answers  


solaris Run level?

3 Answers   Wipro,


What is command substitution?

0 Answers  


in a growing log file how will you see the 1st 99 lines?

7 Answers  


Categories