chmod 557 /bin/foo
chmod o+rwx.a+rx/bin/foo
chown 557 /bin/foo
chmod 755/bin/foo
第1题:
Which action changes the default editor for ALL users on the system from vi to edit of the following?()
第2题:
Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()
第3题:
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?()
第4题:
Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday of the following?()
第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题:
Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday()
第7题:
UNIX/Linux系统中,下列命令可以将普通帐号变为root帐号的是()。
第8题:
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
第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题:
The Recycle Bin is a physical storage area for dropped objects.
The Recycle Bin is a logical container for dropped objects.
The Recycle Bin stores the results of a Flashback Drop operation.
The objects in the Recycle Bin are stored in the tablespace in which they were created.
第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题:
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题:
执行#chmod 700/bin/rpm是为了()。
第14题:
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?()
第15题:
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?()
第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题:
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()
第18题:
Which of the following statements are true regarding the Recycle Bin?()
第19题:
/usr/bin/errmsg
/usr/lib/errdemon
/usr/lib/errlogger
/usr/bin/errinstall
第20题:
/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
第21题:
cd /var/spool
lcd /var/spool
cd /usr/bin /var/spool
lcd /usr/bin /var/spool
第22题:
/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
第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