What is the output of :
$ ps-e
$ ps-a commands
Answer Posted / 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 |
Post New Answer View All Answers
What is the command to find hidden files in the current directory?
What is {} in find command?
How do I search for a file in unix command?
Who wrote grep?
What is nr in awk command?
What is the unix command to confirm a remote host is alive or not?
What is the command to find maximum memory taking process on the server?
What are the differences among a system call, a library function, and a unix command?
What is sed awk grep?
How do I run a bash script?
What is merge command in unix?
What is the function of grep command in unix?
How do you grep a case insensitive?
What is the use of cut command in unix?
Write a command that will display files in the current directory, in a colored, long format.