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

what are the different commands used to view the contents of a file?

5 Answers  


How do you grep recursively?

0 Answers  


How we will execute previous command in vi editor?

3 Answers   IBM, Infosys,


in UNIX,what is the command to remove directory with files?

10 Answers  


what is the significance of "su" command?

3 Answers  






what do you understand bythe term 'de-mountable volumes'?

2 Answers   Infosys,


What is difference between grep and find command in unix?

0 Answers  


What is command substitution?

0 Answers  


the difference between a soft link and a hard link?

6 Answers  


1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?

7 Answers  


distinguish between interrupts and exceptions?

2 Answers   Infosys, Wipro,


What is s and g in sed command?

0 Answers  


Categories