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's a command word?

0 Answers  


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

10 Answers  


what does the command 'wc' do?

4 Answers  


How does the system know where one command ends and another begins?

0 Answers  


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 comma to show the space allocation of files?

0 Answers  


What is awk good for?

0 Answers  


what is ls -ltd?

5 Answers   HCL,


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

5 Answers   IBM,


What is the basic difference between unix and windows operating systems?

43 Answers   Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,


Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?

10 Answers   Infosys,


What is the difference between pipe (|) and tee command in unix

14 Answers   Cap Gemini, TCS,


Categories