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 the nmap command?
How to open a Database using Unix Command Please Do Reply
how many internal commands is there in UNIX?
What are bash commands?
Explain iostat, vmstat and netstat.
Explain ‘system calls’ with respect to unix commands?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
boot process?
What is the search command in unix?
How to find $ai_serual resolved path by using unix
How do you know about running processes of a particular user?
What is the difference between pipe (|) and tee command in unix