What is the output of :
$ ps-e
$ ps-a commands

Answers were Sorted based on User's Feedback



What is the output of : $ ps-e $ ps-a commands ..

Answer / 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

What is the output of : $ ps-e $ ps-a commands ..

Answer / 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

What is the output of : $ ps-e $ ps-a commands ..

Answer / shh

ps -a Select all processes except session leaders and
processes not associated with a terminal.

ps -e Select all processes

Is This Answer Correct ?    2 Yes 0 No

What is the output of : $ ps-e $ ps-a commands ..

Answer / upendar

ps -a : print all processes involving terminals.

ps -e : print environment and arguments.

Is This Answer Correct ?    1 Yes 1 No

What is the output of : $ ps-e $ ps-a commands ..

Answer / subodhk1188

I want to know.

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More Unix Commands Interview Questions

Name the unix command to find how many days the server has been up.

0 Answers  


Explain the read, write, and execute permissions on a UNIX directory.

5 Answers  


How to display a file name which has zero bytes in size.

11 Answers   Polaris,


Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.

1 Answers  


What is the difference between cat command and more command?

0 Answers  






What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


How do you create a directory in UNIX?

1 Answers  


What does the command ' $who | sort –logfile > newfile' do?

0 Answers  


How do you copy a directory with many files and folders into another directory?

2 Answers  


What is difference between grep and find command in unix?

0 Answers  


how will you convert a general file to a hidden file?

4 Answers  


What is grep command in unix with examples?

0 Answers  


Categories