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
Can you explain a little bit about command substitution?
What is the command to compare two files in unix?
What is grep and how do you use it?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Describe the usage and functionality of the command rm –r * in unix?
What difference between cmp and diff commands?
What is the difference between awk and grep?
What is a command and examples?
Explain command to show the space allocation of files?
What does awk stand for?
What is the use of sed command in unix?
What is sed awk grep?
How do I delete files from command prompt?
What does sed command do in unix?
What are grep patterns?