/usr/bin/java
/usr/jre1.5.0_06/bin/java
/usr/bin/jre1.5.0_06/bin/java
/usr/bin/java/jre1.5.0_06/bin/java
第1题:
Which action changes the default editor for ALL users on the system from vi to edit of the following?()
第2题:
A system administrator has just finished upgrading a system to AIX 5.2. If there are future problems, the system administrator would like to add an entry to the AIX errorlog to record this event. Which of the following commands can be issued for this purpose?()
第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/java lrwxrwxrwx 1 root other 23 Jan 27 2006 /usr/bin/java -> ../jre1.5.0_06/bin/java Based on the command outputs above, what is the path to the java executable file?()
第4题:
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?()
第5题:
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()
第6题:
/usr/bin/errmsg
/usr/lib/errdemon
/usr/lib/errlogger
/usr/bin/errinstall
第7题:
/usr/bin/errmsg System upgraded to AIX 5.2
/usr/bin/errlog System upgraded to AIX 5.2
/usr/bin/errupdate System upgraded to AIX 5.2
/usr/bin/errlogger System upgraded to AIX 5.2
第8题:
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
第9题:
cd /var/spool
lcd /var/spool
cd /usr/bin /var/spool
lcd /usr/bin /var/spool
第10题:
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
第11题:
/usr/bin/filemon
/usr/bin/startsrc
/usr/sbin/acct/startup
/usr/bin/df
第12题:
Issue the command: export EDITOR=/usr/bin/edit
Modify /.profile and change the EDITOR variable to /usr/bin/edit
Modify /etc/environment and add EDITOR=/usr/bin/edit export EDITOR
Modify /etc/security/defaults and change the EDITOR value to /usr/bin/edit
第13题:
A system administrator issued the errpt command and had no results. The system administrator determined that error logging was turned off. Which of the following commands should be used to start logging system errors?()
第14题:
An AIX system administrator wants to be able to monitor disk usage and to be able to control how much disk space can be used. Which command is run to obtain the desired output?()
第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 will mount the /usr/local/bin directory from the host over the /home/bin directory on client?()
第17题:
Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday()
第18题:
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
第19题:
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
第20题:
Issue the command: export EDITOR=/usr/bin/edit edit each user .profile to change the EDITOR value to /usr/bin/edit
Modify /.profile and change the EDITOR variable to /usr/bin/edit
Modify /etc/environment and add EDITOR=/usr/bin/edit export EDITOR
Modify /etc/security/defaults and change the EDITOR value to /usr/bin/edit
第21题:
/usr/bin/java
/usr/jre1.5.0_06/bin/java
/usr/bin/jre1.5.0_06/bin/java
/usr/bin/java/jre1.5.0_06/bin/java
第22题:
/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
第23题:
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