220-1202 · Question #87
Which of the following commands lists running processes in Linux?
The correct answer is A. top. In Linux, the top command is used to display a real-time, dynamic view of running processes and system resource usage.
Question
Which of the following commands lists running processes in Linux?
Options
- Atop
- Bapt-get
- Cls
- Dcat
How the community answered
(65 responses)- A94% (61)
- B2% (1)
- C3% (2)
- D2% (1)
Why each option
In Linux, the `top` command is used to display a real-time, dynamic view of running processes and system resource usage.
The `top` command provides an interactive, real-time display of active processes, showing details such as CPU utilization, memory usage, and process IDs. It is an essential tool for system administrators to monitor system performance and identify resource-intensive applications or processes.
`apt-get` is a package management utility used for installing, updating, and removing software on Debian-based Linux distributions.
`ls` is a command used to list the contents of directories.
`cat` is used to concatenate files and print their content to the standard output.
Concept tested: Linux command-line process management
Source: https://man7.org/linux/man-pages/man1/top.1.html
Topics
Community Discussion
No community discussion yet for this question.