CompTIA
XK0-004 · Question #289
A user cannot write files to the directory. The junior Linux administrator runs the /home/user following commands: Which of the following BEST represents why the user cannot write files?
The correct answer is A. The filesystem is out of inodes.. Look at the output of df -i in the question. The column headings have been cropped out but they Filesystem, Inodes, IUsed, IFree, IUse%, Mounted on So the 4th column of the output shows the number of inodes free... which is 0, therefore the drive has run out of inodes.
Troubleshooting and Diagnostics
Question
A user cannot write files to the directory. The junior Linux administrator runs the /home/user following commands: Which of the following BEST represents why the user cannot write files?
Options
- AThe filesystem is out of inodes.
- BThe filesystem is out of file space.
- CThe filesystem is not configured for the user to write to it.
- DThe filesystem does not have a group write permission.
How the community answered
(21 responses)- A62% (13)
- B5% (1)
- C24% (5)
- D10% (2)
Explanation
Look at the output of df -i in the question. The column headings have been cropped out but they Filesystem, Inodes, IUsed, IFree, IUse%, Mounted on So the 4th column of the output shows the number of inodes free... which is 0, therefore the drive has run out of inodes.
Topics
#filesystem#inodes#inode exhaustion#disk usage
Community Discussion
No community discussion yet for this question.