A.05**6/usr/local/bin/myscript
B.056**/usr/local/bin/myscript
C.6**50/usr/local/bin/myscript
D.50Sat**/usr/local/bin/myscript
第1题:
A.dogcat
B.dogfish
C.mousecat
D.mousefish
第2题:
Anadministratorperformsanauditonthe/usrfilesystemandfindsthefollowingpermissions:-rwsr-xr-x1rootsys514288Jun1809:40/usr/local/bin/nmonWhichofthefollowingmethodscantheadministratorusetoremoveapotentialsecurityrisk()
A.rm/usr/local/bin/nmon
B.chmodu-s/usr/local/bin/nmon
C.Reinstallthefilefromtheappropriatefileset
D.chmodgo-rx/usr/local/bin/nmon
第3题:
An operator is asked to verify the exact location of the default JRE binary. The following commands were run:$ which java /usr/bin/java$ ls -l /usr/bin/javalrwxrwxrwx 1 root other 23 Jan 27 2006 /usr/bin/java -> ../jre1.5.0_06/bin/javaBased on the command outputs above, what is the path to the java executable file?()
A. /usr/bin/java
B. /usr/jre1.5.0_06/bin/java
C. /usr/bin/jre1.5.0_06/bin/java
D. /usr/bin/java/jre1.5.0_06/bin/java
第4题:
A backup is taken using the following command:tar -cvf abcdef.tar /usr/local/include/tcpd.h The operator is in the directory /usr/local/restores and runs the following command: tar -xvf abcdef.tar.Where will the file be restored?()
A./usr/local/include/tcpd.h
B./usr/local/restores/tcpd.h
C./usr/local/restores/include/tcpd.h
D./usr/local/restores/usr/local/include/tcpd.h
第5题:
Giventhefollowingscripts,whatoutputwouldbegenerated()usr/local/bin/scriptl!/usr/bin/kshVARl=redexportVARl=greenVARl=blue/usr/local/bin/script2ARl=yellow/usr/local/bin/script2!/bin/kshecho"Theskyis${VAR1}."
A.Theskyisred.
B.Theskyisblue.
C.Theskyisgreen.
D.Theskyisyellow.