XK0-005 · Question #1516
XK0-005 Question #1516: Real Exam Question with Answer & Explanation
The correct answer is A: df -i /oracle1. {"question_number": 10, "question": "Several users reported they were unable to write data to the /oracle1 directory. Which command should the administrator use to diagnose the issue?", "correct_answer": "A", "correct_choice": "df -i /oracle1", "explanation": "When users cannot w
Question
Several users reported that they were unable to write data to the /oracle1 directory. The following output has been provided: Which of the following commands should the administrator use to diagnose the issue?
Options
- Adf -i /oracle1
- Bfdisk -1 /dev/sdb1
- Clsblk /dev/sdb1
- Ddu -sh /oracle1
Explanation
{"question_number": 10, "question": "Several users reported they were unable to write data to the /oracle1 directory. Which command should the administrator use to diagnose the issue?", "correct_answer": "A", "correct_choice": "df -i /oracle1", "explanation": "When users cannot write to a directory despite having the correct file permissions, a common cause is inode exhaustion - the filesystem has run out of inodes (the data structures tracking individual files) even though disk space may still be available. The 'df -i' command displays inode usage statistics for a filesystem, showing total inodes, used inodes, free inodes, and usage percentage. If inode usage is at 100%, no new files can be created. The other options are less targeted: 'fdisk -l' lists partition table information, 'lsblk' shows block device layout, and 'du -sh' reports disk space consumed by directory contents - none of these diagnose inode exhaustion.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.