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
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is $0 bash?
What is a command and examples?
What are awk commands?
What is pipe command in unix?
What is the comma to display different lines that are found when compare two files?
Which command is used to restrict incoming messages?
What is the size of time_t?
What does this command do,"$more readme.txt“?
What does the metacharacter mean?
What does sed command do in unix?
What is the difference between awk and grep?
How do I use grep to search for a file?
what is the advaantage of each user having its own copy of the shell?
Is grep faster than awk?