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

How do I open a port?

0 Answers  


Which command can you use to find the currently running process in unix server?

0 Answers  


What does grep v do?

0 Answers  


What is the unix command to confirm a remote host is alive or not?

0 Answers  


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  






What do chgrp command do?

0 Answers  


Using unix command how to display no of records in oracle?

0 Answers  


what are processor execution levels and priorities?

2 Answers   Infosys,


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


Where can I get the free download of Unix by Yeswant Kanetkar?

5 Answers  


Who command in unix?

0 Answers  


What does sed command do in unix?

0 Answers  


Categories