Linux_FoundationLinux_Foundation
LFCA · Question #54
LFCA Question #54: Real Exam Question with Answer & Explanation
The correct answer is D: lop. The question asks for a command to identify resource-intensive processes when a Linux system is running slowly.
Submitted by layla.eg· May 4, 2026System Administration
Question
A host seems to be running slowly. What command would help diagnose which processes are using system resources?
Options
- Adf
- Bfree
- Cuptime
- Dlop
Explanation
The question asks for a command to identify resource-intensive processes when a Linux system is running slowly.
Common mistakes.
- A. The
dfcommand reports disk space usage, not individual process resource consumption. - B. The
freecommand displays information about total, used, and free memory, but it doesn't show per-process memory or CPU usage. - C. The
uptimecommand shows how long the system has been running, the number of users, and the system load averages, but not individual process resource usage.
Concept tested. Linux system performance monitoring (top command)
Topics
#Process monitoring#System resources#Linux commands#Troubleshooting
Community Discussion
No community discussion yet for this question.