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 a kernel?
1)what is grep|sort give example? 2)what are the test commands
How do I create a directory in unix?
What are the core concepts of unix
Is mac terminal unix?
List some features of unix.
What is called in unix?
What is a filter in unix?
How do I delete a file in unix?
what is wrong with this interactive shell script?
Does unix still exist?
How to know the ip address of user system?