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

Was unix the first operating system?

1 Answers  


What is the difference between soft link and hard link in Unix operating system ?

1 Answers   MCN Solutions,


What is the explanation for protection fault?

1 Answers  


What is necessary before running a shell script from the terminal?

1 Answers  


i have one column with data smith john michale the o/p should be smith,john,michale how we do in unix

6 Answers   Wipro,


Is unix an operating system?

1 Answers  


Can you explain the method of changing file access permission?

1 Answers  


Why do we need unix shell scripting?

1 Answers  


Is windows unix like?

1 Answers  


What are the phases of swapping a page from the memory?

1 Answers  


Discuss briefly about the directory representation in unix.

1 Answers  


What is unix orphan process?

1 Answers  


Categories