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 |
how do display only hidden files in unix?
List some of the frequent shells used in unix along with their indicators?
How do I search for a grep file in unix?
How to compare two text files in unix?
How do you go to a directory in unix?
How do I show hidden files in unix?
What is unix pattern?
What are the links and symbolic links in a unix file system?
What are the file permissions and access modes in unix?
What is file structure in unix?
What are the entities that are swapped out of the main memory while swapping the process out of the main memory?
Differentiate relative path from an absolute path?