The ____ command displays a list of processes in the form of a tree structure.
A. ps
B. pstree
C. nice
D. top
Answer: B
Computer Science & Information Technology
You might also like to view...
A standard IP access list can't filter IP packets based on a destination address.
a. true b. false
Computer Science & Information Technology
What would be returned by the call nameListPtr->getEntry(2);
Given nameListPtr points to an empty ADT sorted list. Also the following sequence of method calls on this instance of the list. nameListPtr–>insertSorted("Tammie"); nameListPtr–>insertSorted("Darlah"); nameListPtr–>insertSorted("Sarah"); nameListPtr–>insertSorted("Tom"); nameListPtr–>insertSorted("Carlos"); nameListPtr->remove(“Carlos”); nameListPtr->remove(1);
Computer Science & Information Technology