command to view process running?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Is unix still relevant?
Explain piping.
List the different types of files that can be made available with unix?
What are my options if I want to turn on security with a non-root server ID in a UNIX® environment?
What is disk block allocation in unix?
Who is founder of unix?
Why was unix created?
What is the use of unix?
Is it possible to restrict incoming message?
Name the key features of the bourne shell.
What is $path in unix?
command to view process running?