nerdexam
Oracle

1Z0-877 · Question #203

There is a requirement to create a new UFS file system. This particular file system will only have a small number of files. To maximize the space available, you want to create one inode for every…

The correct answer is D. newfs -i 16384 /dev/rdsk/c1t2d0s0. See the full explanation below for the reasoning.

Question

There is a requirement to create a new UFS file system. This particular file system will only have a small number of files. To maximize the space available, you want to create one inode for every 16, 384 bytes of data space. Which command can achieve this?

Options

  • Anewfs -c 16384 /dev/rdsk/c1t2d0s0
  • Bmkfs -i 16384 /dev/rdsk/c1t2d0s0
  • Cmkfs -c 16384 /dev/rdsk/c1t2d0s0
  • Dnewfs -i 16384 /dev/rdsk/c1t2d0s0

How the community answered

(58 responses)
  • A
    10% (6)
  • B
    3% (2)
  • C
    5% (3)
  • D
    81% (47)

Community Discussion

No community discussion yet for this question.

Full 1Z0-877 Practice