XK0-004 · Question #216
A Linux systems administrator is troubleshooting an issue with the /home directory running out of space. The administrator needs to determine which /home directories are using the most space. Which of
The correct answer is A. du. du used to estimate file space usage lvs command provides logical volume information in a configurable form, displaying one line per df will display the amount of available disk space for file systems on which the invoking user has appropriate read access. fsck is a tool for chec
Question
A Linux systems administrator is troubleshooting an issue with the /home directory running out of space. The administrator needs to determine which /home directories are using the most space. Which of the following commands should be used?
Options
- Adu
- Blvs
- Cdf
- Dfsck
How the community answered
(32 responses)- A91% (29)
- C6% (2)
- D3% (1)
Explanation
du used to estimate file space usage lvs command provides logical volume information in a configurable form, displaying one line per df will display the amount of available disk space for file systems on which the invoking user has appropriate read access. fsck is a tool for checking the consistency of a file system in Unix and Unix-like operating
Topics
Community Discussion
No community discussion yet for this question.