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 difference between relative path and absolute path?
what is the command to list files in a directory in UNIX?
distinguish between paging and swapping?
What is the use of awk command in unix?
If we want to see first 35 lines of a file which command we have to use?
Will rm -r* removes hidden files?
Who wrote grep?
what are the different commands used to view the contents of a file?
what is the command to list all files in a directory, including the hidden files in UNIX ?
what is exact definition of operating system?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
How to delete a directory containing files and folders?