CompTIA A+ Core 2 (220-1102) — Question 498
Which of the following commands lists running processes in Linux?
Answer options
- A. top
- B. apt-get
- C. ls
- D. cat
Correct answer: A
Explanation
The 'top' command is specifically designed to show currently running processes in real-time. The 'apt-get' command is used for package management, 'ls' is for listing directory contents, and 'cat' is used to display the content of files, making them incorrect options for this question.