XK0-005 · Question #471
A Linux administrator is alerted to a storage capacity issue on a server without a specific mount point or directory. Which of the following commands would be MOST helpful for troubleshooting?…
The correct answer is B. df D. du. To troubleshoot a storage capacity issue on a server without a specific mount point or directory, two commands that would be most helpful are df and du. The df command displays information about disk space usage on all mounted filesystems, including their size, used space…
Question
A Linux administrator is alerted to a storage capacity issue on a server without a specific mount point or directory. Which of the following commands would be MOST helpful for troubleshooting? (Choose two.)
Options
- Aparted
- Bdf
- Cmount
- Ddu
- Efdisk
- Fdd
- Gls
How the community answered
(59 responses)- B71% (42)
- C3% (2)
- E15% (9)
- F2% (1)
- G8% (5)
Explanation
To troubleshoot a storage capacity issue on a server without a specific mount point or directory, two commands that would be most helpful are df and du. The df command displays information about disk space usage on all mounted filesystems, including their size, used space, available space, and percentage of usage. The du command displays disk space usage by files and directories in a given path, which can help identify large files or directories that may be taking up
Topics
Community Discussion
No community discussion yet for this question.