command to view process running?

Answers were Sorted based on User's Feedback



command to view process running?..

Answer / sarvan

use ps command "process status". I will use "ps -ef" to
list every process in detail.

Is This Answer Correct ?    18 Yes 0 No

command to view process running?..

Answer / sudhanshu

process status

ps -ef | grep <process name>

Is This Answer Correct ?    14 Yes 1 No

command to view process running?..

Answer / pujan patra

"ps -ef" to view all the process ,and ps -ef | grep
<process name> for the particular process

Is This Answer Correct ?    7 Yes 0 No

command to view process running?..

Answer / guest

ps -ef

Is This Answer Correct ?    4 Yes 0 No

command to view process running?..

Answer / dhan

ps -eaf | grep <processname>

Is This Answer Correct ?    0 Yes 0 No

command to view process running?..

Answer / tiz

ps

Is This Answer Correct ?    0 Yes 1 No

command to view process running?..

Answer / biswajit parida

If you want to see only running processes you have to fire
below mention command.....

ps -ef|grep -vi sleep

Thanks ,Biswajit

Is This Answer Correct ?    0 Yes 1 No

command to view process running?..

Answer / sathish

top command

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Unix General Interview Questions

What is a unix file?

0 Answers  


unix command how to dispaly no of records in oracle?

5 Answers   SDF, TCS,


What are pipes and filters in unix?

0 Answers  


How does the kernel differentiate device files and ordinary files?

0 Answers  


What is the use of -l when listing a directory?

0 Answers  






What is procedure to configure Mirror rootvg in HP-UX?

2 Answers   IBM, Microsoft,


What is .login file in unix?

0 Answers  


List the different types of files that can be made available with unix?

0 Answers  


How to list directories in unix?

0 Answers  


Enlist common shells with their indicators.

0 Answers  


What is the difference between unix and windows operating system?

0 Answers  


Explain the method of changing file access permission?

0 Answers  


Categories