» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 3 » Question 12/20
12.What utility can you use to show a dynamic listing of running processes?
Answer: top

Explanation: The 'top' command is used to provide information (frequently refreshed) about the most CPUintensive processes currently running. The ‘ps’ command lists all running processes; however, this information isn't dynamically refreshed.

Reference: http://www.oreillynet.com/linux/cmd/t/top.html

« Question 11 Question 13 »