201-450 Exam QuestionsBrowse all questions from this exam

201-450 Exam - Question 42


Which of the following commands by default provides the PIDs of the processes sorted by which are using the most CPU cycles on the Linux system?

Show Answer
Correct Answer: A

The 'top' command by default provides a dynamic list of processes on a Linux system, sorted by the highest CPU usage first. It includes information such as the Process ID (PID), user, CPU usage, memory usage, and the command that started the process. This command updates in real-time, allowing users to monitor the system performance effectively.

Discussion

2 comments
Sign in to comment
milan92stankovicOption: A
Jan 19, 2021

A - 100%

MaikyCR28Option: A
Feb 20, 2023

I think A is correct, but "ps aux" also displays he PIDs of the processes sorted by which are using the most CPU cycles.