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 |
Which mode executes the fault handler?
Which are typical system directories below the root directory?
How many root directories exist in unix?
How do you make programs portable on unix and dos under such circumstances?
What are the core concepts of unix
What are the pros of executing processes in the background?
What are three main elements of unix operating system?
Is windows 10 unix based?
What is unix buffer cache?
How to copy files from one directory to other in unix?
How do I search for a file in unix?
Is unix a coding language?