220-1002 · Question #758
A junior technician needs to obtain a list of all the processes that are running on Linux system. Which of the following commands should the technician use to obtain the information?
The correct answer is A. Nv. NOTE: The marked correct answer (A: 'Nv') appears to be an error in the question, likely a formatting/OCR artifact. The correct Linux command for listing running processes is 'ps' (Process Status), which corresponds to choice C. The 'ps' command displays a snapshot of current…
Question
A junior technician needs to obtain a list of all the processes that are running on Linux system. Which of the following commands should the technician use to obtain the information?
Options
- ANv
- BIs
- CPs
- DV1
How the community answered
(39 responses)- A90% (35)
- B3% (1)
- C3% (1)
- D5% (2)
Explanation
NOTE: The marked correct answer (A: 'Nv') appears to be an error in the question, likely a formatting/OCR artifact. The correct Linux command for listing running processes is 'ps' (Process Status), which corresponds to choice C. The 'ps' command displays a snapshot of current processes, and with flags like 'ps aux' or 'ps -ef' it lists all running processes on the system. Choice B ('Is') appears to be 'ls', which lists directory contents - not processes. Neither 'Nv' nor 'V1' are standard Linux process-listing commands. The technically correct answer should be C (ps).
Topics
Community Discussion
No community discussion yet for this question.