vaibhav pansare


{ City } mumbai
< Country > india
* Profession * it -analyst
User No # 49135
Total Questions Posted # 3
Total Answers Posted # 1

Total Answers Posted for My Questions # 5
Total Views for My Questions # 36285

Users Marked my Answers as Correct # 23
Users Marked my Answers as Wrong # 3
Questions / { vaibhav pansare }
Questions Answers Category Views Company eMail

What is difference between SSH V1 and SSH V2? What are drawbacks of SSH V2?

Wipro,

1 Unix General 10868

What is the difference between NFS 3 and NFS 4? What are new features added in NFS4?

ComNet,

3 Unix General 19535

How to root mirror in Linux? How to replace mirrored hdd in case of failure?

Siemens,

1 Linux Commands 5882




Answers / { vaibhav pansare }

Question { IBM, 29754 }

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


Answer

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