1.

Which option is used with ps command to list system processes?(a) -A(b) -a(c) -e(d) –A and -eI got this question in my homework.I'd like to ask this question from Process Status:ps Command and Phases of a Process topic in section The Process of Unix

Answer» RIGHT option is (d) –A and -e

Explanation: Apart from PROCESSES a user generates, a number of system processes keep running all the time. Most of them are not associated with any terminal. To list all PROCESS on our MACHINE, we can use either -A or -e option with ps command. But beware, this list could be very long on a busy system.


Discussion

No Comment Found

Related InterviewSolutions