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)- A10% (6)
- B3% (2)
- C5% (3)
- D81% (47)
Community Discussion
No community discussion yet for this question.