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
What does #!/ Bin sh do?
What is time_t?
Which command is used to delete all files in the current directory and all its sub-directories?
How do you repeat a command in terminal?
How do I search for a file in unix command?
Who wrote grep?
Can you explain a little bit about command substitution?
What is the command to view process running?
What do know about tee command and its usage?
What is the use of sed command in unix?
What does this command do? Cat food 1 > kitty
What is the use of cut command in unix?
Is command prompt unix?
What does this command do,"$more readme.txt“?
What is the command to compare two files in unix?