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 |
why unix commands can be divided into internal and external commands?
What happens when we execute a unix command?
What is grep r?
How do you find which version and name of unix you are using at the command prompt?
What is command statement?
what is the difference between Touch & cat command
Differentiate cmp command from diff command.
What are Unix processes, and how do you manage them?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
how many types of file in unix?
34 Answers MNC, TCS,
How does the user view the contents of a text file in UNIX?
How do I run a whois command?