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
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.