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 |
Was unix the first operating system?
What is the difference between soft link and hard link in Unix operating system ?
What is the explanation for protection fault?
What is necessary before running a shell script from the terminal?
i have one column with data smith john michale the o/p should be smith,john,michale how we do in unix
Is unix an operating system?
Can you explain the method of changing file access permission?
Why do we need unix shell scripting?
Is windows unix like?
What are the phases of swapping a page from the memory?
Discuss briefly about the directory representation in unix.
What is unix orphan process?