Information Technology Reference
In-Depth Information
Question 8
Which command-line argument is used to disable support for files larger
than 2GB?
A.
-o no2gfiles
B.
-o nobigfiles
C.
-o largefiles
D.
-o nolargefiles
The correct answer is D. Answers A and B are not valid command-line argu-
ments. Answer C would enable (not disable) large file support.
Question 9
Files under the /dev and /devices directories are maintained by which of the fol-
lowing programs?
A.
devadm
B.
devfsadm
C.
devfsadmin
D.
devicesadm
The correct answer is B ( devfsadm ). None of the other answers contains
actual commands.
Question 10
Which of the following commands can be used to create a UFS file system?
A.
newfs /dev/rdsk/c0d1s7
B.
mkfs -t UFS /dev/rdsk/c0d1s7
C.
newfs /dev/dsk/c0d1s7
D.
newfs /dev/dsk/c0t1d1s7
The correct answer is A. Answer B is incorrect because the correct argument
to specify a UFS file system is the -F command-line argument. Answers C
and D are incorrect because they use logical block device names. The newfs
command requires logical raw device names.
Search WWH ::




Custom Search