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 an Unix command to convert HEX value to ASCII value located in any flat file.

2 Answers  


Explain command to display different lines that are found when compare two files?

0 Answers  


Does cp command overwrite files?

0 Answers  


What are reported commands?

0 Answers  


What do know about tee command?

0 Answers  






What does grep v do?

0 Answers  


distinguish between physical addresses and logical address?

3 Answers   Infosys,


What command is used to switching between users in unix?

0 Answers  


How does the system know where one command ends and another begins?

0 Answers  


which command is used to identify the type of the file?

3 Answers  


Who command in unix operating system?

0 Answers  


What is used to type command?

0 Answers  


Categories