ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 262 - XK0-005 discussion

Report
Export

Users are unable to create new files on the company's FTP server, and an administrator is troubleshooting the issue. The administrator runs the following commands:

Which of the following is the cause of the issue based on the output above?

A.
The users do not have the correct permissions to create files on the FTP server.
Answers
A.
The users do not have the correct permissions to create files on the FTP server.
B.
The ftpusers filesystem does not have enough space.
Answers
B.
The ftpusers filesystem does not have enough space.
C.
The inodes is at full capacity and would affect file creation for users.
Answers
C.
The inodes is at full capacity and would affect file creation for users.
D.
ftpusers is mounted as read only.
Answers
D.
ftpusers is mounted as read only.
Suggested answer: C

Explanation:

The cause of the issue based on the output above is C. The inodes is at full capacity and would affect file creation for users.

An inode is a data structure that stores information about a file or directory, such as its name, size, permissions, owner, timestamps, and location on the disk. Each file or directory has a unique inode number that identifies it. The number of inodes on a filesystem is fixed when the filesystem is created, and it determines how many files and directories can be created on that filesystem. If the inodes are exhausted, no new files or directories can be created, even if there is enough disk space available.

The output for the second command shows that the /ftpusers/ filesystem has 0% of inodes available, which means that all the inodes have been used up. This would prevent users from creating new files on the FTP server. The administrator should either delete some unused files or directories to free up some inodes, or resize the filesystem to increase the number of inodes.

The other options are incorrect because:

A) The users do not have the correct permissions to create files on the FTP server.

This is not true, because the output for the first command shows that the /ftpusers/ filesystem has 26% of disk space available, which means that there is enough space for users to create files. The permissions of the files and directories are not shown in the output, but they are not relevant to the issue of inode exhaustion.

B) The ftpusers filesystem does not have enough space.

This is not true, because the output for the first command shows that the /ftpusers/ filesystem has 26% of disk space available, which means that there is enough space for users to create files. The issue is not related to disk space, but to inode capacity.

D) ftpusers is mounted as read only.

This is not true, because the output for the first command does not show any indication that the /ftpusers/ filesystem is mounted as read only. If it was, it would have an (ro) flag next to the mounted on column. A read only filesystem would prevent users from creating or modifying files on the FTP server, but it would not affect the inode usage.

asked 02/10/2024
mr Craig Ferguson
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first