XK0-005 · Question #1399
XK0-005 Question #1399: Real Exam Question with Answer & Explanation
The correct answer is C: df -h. The df -h command can be used to identify the filesystem that is full. This command displays the disk usage of each mounted filesystem in a human-readable format, showing the total size, used space, available space, and percentage of each filesystem. The lsblk command displays in
Question
A Linux systems administrator receives a notification that one of the server's filesystems is full. Which of the following commands would help the administrator to identify this filesystem?
Options
- Alsblk
- Bfdisk
- Cdf -h
- Ddu -ah
Explanation
The df -h command can be used to identify the filesystem that is full. This command displays the disk usage of each mounted filesystem in a human-readable format, showing the total size, used space, available space, and percentage of each filesystem. The lsblk command displays information about block devices, not filesystems. The fdisk command can be used to manipulate partition tables, not check disk usage. The du -ah command displays the disk usage of each file and directory in a human- readable format, not the filesystems.
Topics
Community Discussion
No community discussion yet for this question.