What is the output of :
$ ps-e
$ ps-a commands
Answers were Sorted based on User's Feedback
ps -e will give all the processes running it is also similar
to ps -A.
ps -a is for running application on terminal only.
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / ghanshyam baboo
$ ps -e
All Processes including User and System Process.
$ ps -a
Processes of all Users excluding processes not
associate with terminal.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / shh
ps -a Select all processes except session leaders and
processes not associated with a terminal.
ps -e Select all processes
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / upendar
ps -a : print all processes involving terminals.
ps -e : print environment and arguments.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is grep command in unix with examples?
what is difference between unix and linux?
what is the use of nice command?
Which command can you use to find the currently running process in unix server?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What is mtime in find command?
How do you list the files in an UNIX directory while also showing hidden files?
Write a command to display a file’s contents in various formats?
What is a command and examples?
How does the system know where one command ends and another begins?
How do you know about running processes of a particular user?
Which mode is used for allowing file write,read and append mode?