What is the output of :
$ ps-e
$ ps-a commands
Answer Posted / vaibhav pansare
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 |
Post New Answer View All Answers
Name the unix command to find how many days the server has been up.
Explain command to display different lines that are found when compare two files?
What is the use of finger command?
What does the “echo” command do?
Name the various commands that are used for the user information in unix.
What are bash commands?
Why is shebang used?
How to use grep command to list find the records of a file containing 10 different strings?
How does the system know where one command ends and another begins?
What is awk command used for?
Differentiate cmp command from diff command.
How does pipe () work?
What is the command to find hidden files in the current directory?
What is command substitution?
What is {} in find command?