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
Which command is used to copy files?
What is grep and how do you use it?
Write a command to display a file’s contents in various formats?
What is the command to find hidden files in the current directory?
What does the command '$ls | wc –l > file1' do?
Explain command to display different lines that are found when compare two files?
What are filter commands in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
Who command in unix?
What are grep patterns?
What is the use of sed command in unix?
How do I clear my terminal history?
Describe the zip/unzip command using gzip.
What is pipe command in unix?
What is the significance of the 'tee' command?