nerdexam
CompTIA

XK0-004 · Question #103

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 q

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 -

System Management

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

How the community answered

(38 responses)
  • A
    79% (30)
  • B
    5% (2)
  • C
    3% (1)
  • D
    13% (5)

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

Topics

#disk quotas#fstab#mount options#filesystem

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice