单项选择题
Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()
A. chmod 557 /bin/foo
B. chmod o+rwx.a+rx/bin/foo
C. chown 557 /bin/foo
D. chmod 755/bin/foo
点击查看答案
相关考题
-
单项选择题
YouranoutofspaceandaddedaeighthdisktoyourSCSI-1system.Whenyoutrytostart,thesystemnolongerboots.Whatismostlikelythecauseofthisproblem?()
A. SCSI-1 supports only 8 devices including the adaptor.
B. SCSI-1 supports only 6 disks per adaptor.
C. There is a SCSI-ID conflict that causes that problem.
D. You forgot to set the SCSI-ID #8 for the new disk. -
单项选择题
Youhaverunoutofdiskspaceonapartition.Whichofthefollowingwouldbeaneasywaytomovedatatoanewpartitionwithoutreconfiguringthepathtothedatainexistingapplications?()
A. Run ext2fs ACL.
B. Use a hard link.
C. Use a symbolic link.
D. Use the loopback device.
E. Create a block device offset. -
单项选择题
Whatcommandwillprintalistofusernames(firstcolumn)andtheircorrespondinguserid(uid,thirdcolumn)from/etc/passwd?()
A. cut -d: -f 1,3 /etc/passwd
B. chop -c 1,3 /etc/passwd
C. tac 1-3/etc/passwd
D. fmt -u /etc/passwd
