nerdexam
ExamsXK0-004Questions#103
CompTIA

XK0-004 · Question #103

XK0-004 Question #103: Real Exam Question with Answer & Explanation

The correct answer is A: mount -o remount /home. After enabling quotas, the second step should be remounting file system Issue the mount -o remount <file-system> command (where <file-system> is the name of the file system) to remount the file system. For example, to remount the /home file system, the command to issue is mount -

Question

A systems administrator is enabling quotas on the /home directory of a Linux server. The administrator makes the appropriate edits to the /etc/fstab file and attempts to issue the commands to enable quotas on the desired directory. However, the administrator receives an error message stating the filesystem does not support quotas. Which of the following commands should the administrator perform to proceed?

Options

  • Amount -o remount /home
  • Bquotacheck -cg
  • Cedquota /home
  • Dquotaon /home

Explanation

After enabling quotas, the second step should be remounting file system Issue the mount -o remount <file-system> command (where <file-system> is the name of the file system) to remount the file system. For example, to remount the /home file system, the command to issue is mount -o remount /home. https://access.redhat.com/documentation/en- us/red_hat_enterprise_linux/5/html/deployment_guide/ch-disk-quotas

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice