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 |
Describe file systems in unix?
Differentiate between absolute and related path?
How do I show hidden files in unix?
What is the property of unix?
What is necessary before running a shell script from the terminal?
How unix is different from other operating systems?
What are conditions on which deadlock can occur while swapping the processes?
Describe the term directory?
What is the difference between an absolute path and a relative path in unix?
What is unix directory structure?
What is RC (return code)? What is useful for? Which are the common values?
What are three main elements of unix operating system?