/usr/local/include/tcpd.h
/usr/local/restores/tcpd.h
/usr/local/restores/include/tcpd.h
/usr/local/restores/usr/local/include/tcpd.h
第1题:
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
第2题:
Which of these commands allows you to use shared libraries that are in /usr/local/lib?()
第3题:
Which of the following techniques is used to extract the /usr/tmp directory from a mksysb backup?()
第4题:
Given the following scripts, what output would be generated() usr/local/bin/scriptl #!/usr/bin/ksh VARl=red export VARl=green VARl=blue /usr/local/bin/script2 ARl=yellow /usr/local/bin/script2 #!/bin/ksh echo "The sky is ${VAR1}."
第5题:
When run on a machine called client, which of the following commands will mount the /usr/local/bin directory from the host over the /home/bin directory on client?()
第6题:
An administrator performs an audit on the /usr filesystem and finds the following permissions: -rwsr-xr-x 1 root sys 514288 Jun 18 09:40 /usr/local/bin/nmon Which of the following methods can the administrator use to remove a potential security risk()
第7题:
mount host:/usr/local/bin /home/bin
mount client:/home/bin /usr/local/bin
mount -o client:/usr/local/bin /home/bin
mount -n host:/home/bin /usr/local/bin
第8题:
The sky is red.
The sky is blue.
The sky is green.
The sky is yellow.
第9题:
mount host:/home/bin /usr/local/bin
mount client:/home/bin /usr/local/bin
mount -n host /usr/local/bin /home/bin
mount -o host:/usr/local/bin /home/bin
第10题:
/etc/rc3.d
/usr/home/rms
/usr/local/rms/bin
/usr/local/rms/ini
/usr/sybsy/install
/usr/sybsys/
第11题:
5 0 * * 6 /usr/local/bin/myscript
6 * * 5 0 /usr/local/bin/myscript
0 5 * * 6 /usr/local/bin/myscript
0 5 6 * * /usr/local/bin/myscript
第12题:
0 5 * * 6 /usr/local/bin/myscript
0 5 6 * * /usr/local/bin/myscript
6 * * 5 0 /usr/local/bin/myscript
5 0 Sat * * /usr/local/bin/myscript
第13题:
A.Use the tar command on the fifth image.
B.Use the restore command on the fourth image.
C.Use tctl -f /dev/rmt0.1 fsf 3 followed by the tar command on the fourth image.
D.Reboot using the mksysb tape and then use the dd command to extract the file.
第14题:
Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()
第15题:
Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday of the following?()
第16题:
When run on a machine called client, which of the following commands would mount the /usr/local/bin directory from the host machine over the /home/bin directory on client?()
第17题:
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?()
第18题:
Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday()
第19题:
export LD_PRELOAD=/usr/local/lib
export LD_LIBRARY_PATH=/usr/local/lib
Idconfig /usr/local/lib
Idd/usr/local/lib
第20题:
rm /usr/local/bin/nmon
chmod u-s /usr/local/bin/nmon
Reinstall the file from the appropriate fileset
chmod go-rx /usr/local/bin/nmon
第21题:
/usr/local/include/tcpd.h
/usr/local/restores/tcpd.h
/usr/local/restores/include/tcpd.h
/usr/local/restores/usr/local/include/tcpd.h
第22题:
tar -cvf file_system.tar /staticFS ; gzip file_system.tar
tar -xvf /staticFS file_system.tar ; gzip file_system.tar
tar -cvf /staticFS file_system.tar ; compress file_system.tar
tar -xvf file_system.tar /staticFS ; compress file_system.tar
第23题:
/usr/local/bin/myscript > /dev/null
/usr/local/bin/myscript < /dev/null
/usr/local/bin/myscript 2> /dev/null
/usr/local/bin/myscript 1> /dev/null
第24题:
Use the tar command on the fifth image.
Use the restore command on the fourth image.
Use tctl -f /dev/rmt0.1 fsf 3 followed by the tar command on the fourth image.
Reboot using the mksysb tape and then use the dd command to extract the file.