nerdexam
Oracle

1Z0-105 · Question #90

Examine these commands and their output: # mount | grep xfs /dev/mapper/vg_xfs_xfs1 on /xfs1 typr xfs (rw, quota_ # xfs_quota -x -c 'enable -u' /xfs1 # xfs_quota -x -c 'enable -g' /xfs1 XFS_QUOTAON…

The correct answer is D. The /xfs1 file system is mounted without the gquota option. See the full explanation below for the reasoning.

Question

Examine these commands and their output: # mount | grep xfs /dev/mapper/vg_xfs_xfs1 on /xfs1 typr xfs (rw, quota_ # xfs_quota -x -c 'enable -u' /xfs1 # xfs_quota -x -c 'enable -g' /xfs1 XFS_QUOTAON: Invalid argument Identify the reason for the "Invalid argument" error.

Options

  • AUser and group quotas cannot be enabled at the same time.
  • BGroup quotas are already enabled.
  • CProject and group quotas cannot be enabled at the same time.
  • DThe /xfs1 file system is mounted without the gquota option.
  • EThe /xfs1 file system is mounted without the uquota and gquota options.

How the community answered

(29 responses)
  • A
    17% (5)
  • B
    3% (1)
  • D
    72% (21)
  • E
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-105 Practice