IBM(000-103) 题目列表
单选题Which of the following AIX storage concepts is correct?()AA filesystem can span multiple physical volumes.BA physical volume can belong to more than 1 volume group.CA logical volume can have up to 2 copies in each of 2 volume groups.DThe size of a filesystem is always the same size as its logical volume.

单选题An operator wants to view all the scheduled jobs on a system. Which of the following locations would house scheduled jobs?()A/etc/var/spoolB/var/spool/cronC/var/sched/jobsD/usr/sched/crontabs

单选题What command would an operator use to move a file from the /old_dir directory to the /new_dir directory without changing the file name?()Amv /old_dir/file /new_dirBmv -p /old_dir/file /new_dirCmv -k /old_dir/file /new_dirDmv /old_dir/file /new_dir/new_file

单选题The system administrator has requested that all setuid/setgid bits be removed from executables in application filesystem. Which command will achieve this?()Achmod -R o-s /applicationBchmod -R ug-s /applicationCchmod -R -s -o /applicationDchmod -R -s -ug /application

单选题An operator has been asked if a system was rebooted. Which of the following commands should be used to determine if a reboot has occurred?()AThe name?command.The ?name?command.BThe ptime?command.The ?ptime?command.CThe hutdown ast?command.The ?hutdown ?ast?command.DThe ?etc/rc.shutdown?command.

单选题An operator notices that a job on the system is causing poor performance. The job is a root process and the administrator has concluded it is not important and can be stopped. Shortly after stopping the process, it starts again. Which of the following commands will list repeating scheduled tasks?()Aat -lBjobs -lCsched -lDcrontab -l

单选题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?()A/usr/bin/javaB/usr/jre1.5.0_06/bin/javaC/usr/bin/jre1.5.0_06/bin/javaD/usr/bin/java/jre1.5.0_06/bin/java

单选题Which of the following commands will display what space is used in /tmp filesystem?()Adf -Ik /tmpBdf -fk /tmpCdf -Uk /tmpDdf -Fk /tmp

单选题Which of the following will permit an operator to retrieve console log output from the command line?()Alscons -lBcat /var/conslogCalog -t console -oDlslog /var/adm/conslog

单选题Which command while in a vi session will change the currently selected word?()AecBwcCewDcw

单选题What is the correct command to display the current working directory?()Aecho $PWDBecho $pwdCecho $CWDDecho $cwd

单选题An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()Amyscript.ksh 1/tmp/log/script.log 2/tmp/log/script.errBmyscript.ksh $1/tmp/log/script.log $2/tmp/log/script.errCmyscript.ksh 1/tmp/log/script.log 21 /tmp/log/script/errDmyscript.ksh 21 /tmp/log/script.log 2 /tmp/log/script.err

单选题An operator is editing a file using vi. Which of the following subcommand sequences will copy the current line plus the next 2 lines to the end of the file?()Ayy E 3pB3yy G pC3yy :e 5ppDyy :g 3p

单选题An operator is asked to rewind and eject a tape from a system. Which command will accomplish this without touching the tape drive?()Atctl resetBtctl rewindCtctl returnDtctl rewoffl

单选题The man page for command shows the following syntax: The man page for command shows the following syntax: command [ -a | -b ] Which of the following statements is true regarding this entry?()AEither the -a or flag -b may be used, but not both.BIf the flag -a is used then the flag -b also must be used.COne of the -a or -b flags must be used, but not both at the same time.DBoth the flags may be used together, but neither are mandatory.