Which modifiers to the ps command would show all processes running, the user running it, the processes from all sessions, and a family tree display of them?

A) ax
B. ux
C. aux
D. faux

D

Computer Science & Information Technology

You might also like to view...

How many members (data and functions) does the following class have?How many members (data and functions) does the following class have?

class Rational { public: Rational(); Rational(int numer, int denom); Rational(int whole); int getNumerator(); int getDenominator(); friend void display(ostream& out, const Rational& value); private: int numerator; int denominator; }; a. 2 b. 6 c. 5 d. 7 e. 8

Computer Science & Information Technology

Which of the following is not a type of button?

a. command buttons. b. toggle buttons. c. check boxes. d. All of the above are types of buttons.

Computer Science & Information Technology