Soru

Zorluk: OrtamacOS and Linux Operating System Features and Tools

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.)

  1. topCevap
  2. df -hCevap
  3. C
    grep
  4. D
    dd

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

1
Identify the command required to monitor real-time CPU and process activity.
The 'top' command dynamically lists active processes alongside CPU load and RAM usage.
System performance troubleshooting requires observing running processes.
2
Identify the command required to inspect available disk storage across mounted volumes.
The 'df -h' command displays filesystem usage metrics in human-readable units (GB/MB).
Storage inspection requires viewing mounted disk space availability.

Anahtar Kavram

Linux command-line utilities for process monitoring and disk space inspection
Bu soruyu puanla