A Linux administrator is troubleshooting a system performance slowdown and suspects that a background process is consuming excessive CPU resources while a local storage volume is filling up. Which of the following command-line utilities should the administrator execute to view real-time process resource usage and inspect free space on mounted filesystems? (Select TWO.)
- topCevap
- df -hCevap
- Cgrep
- Ddd
Cevap
The commands 'top' and 'df -h' are the correct tools for viewing real-time process statistics and checking mounted filesystem free space.
The 'top' command provides a dynamic, real-time view of running system processes and CPU/memory consumption. The 'df' (disk free) command with the '-h' switch summarizes free and used disk space across mounted filesystems in human-readable format.
Adım Adım Çözüm
Anahtar Kavram
Linux command-line utilities for process monitoring and disk space inspection