nerdexam
CompTIA

XK0-005 · Question #521

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 correct answer is A. df -i /oracle1. The administrator should use the command df -i /oracle1 to diagnose the issue of users being unable to write data to the /oracle1 directory. This command will show the inode usage of the /oracle1 filesystem, which indicates how many files and directories can be created on it…

Troubleshooting

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

How the community answered

(42 responses)
  • A
    81% (34)
  • B
    2% (1)
  • C
    5% (2)
  • D
    12% (5)

Explanation

The administrator should use the command df -i /oracle1 to diagnose the issue of users being unable to write data to the /oracle1 directory. This command will show the inode usage of the /oracle1 filesystem, which indicates how many files and directories can be created on it. If the inode usage is 100%, it means that no more files or directories can be added, even if there is still free space on the disk. The administrator can then delete some unnecessary files or directories, or increase the inode limit of the filesystem, to resolve the issue.

Topics

#File Systems#Inodes#Disk Space#Diagnostics

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice