当前分类: IBM(000-103)
问题:单选题Which command while in a vi session will change the currently selected word?()A ecB wcC ewD cw...
查看答案
问题:单选题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?()A myscript.ksh 1/tmp/log/script.log 2/tmp/log/script.errB myscript.ksh $1/tm...
问题:单选题After performing a modification on the /etc/ssh/sshd_config file the operator needs to reinitialize the secure shell daemon to enable the new settings. Which of the following is the correct way to achieve this?()A Use refresh -s sshdB Use init.sshd /et...
问题:单选题After making changes to the profile for an LPAR, the administrator asks the operator to bring the LPAR back up into a running state with the new changes. Which of the following is the correct way to do this?()A Shutdown and activate the partition profi...
问题:单选题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?()A The name?command.The ?name?command.B The ptime?command.The ?ptime?command.C The hutdown ast?command.The ?hutdo...
问题:单选题What is the default configuration file used by the sendmail command?()A /etc/rc/rc.mailB /etc/mail.configC /etc/sendmail.configD /etc/mail/sendmail.cf...
问题:单选题Which of the following procedures will allow an operator to access an LPAR console session?()A Open a vterm from the VIO graphical interface to get the partition console.B Open a vterm from the ASMI graphical interface to get the partition console.C St...
问题:单选题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?()A mv /old_dir/file /new_dirB mv -p /old_dir/file /new_dirC mv -k /old_dir/file /new_dirD mv /old_dir/file /new_dir/...
问题:单选题Which of the following commands will list available paging space on a system?()A lspsB lsps -aC lsps -pgD lsps ALL...
问题:单选题An application owner wants to grant write permission to all users for all the files and directories in the application directory. Which of the following is the correct command?()A chmod -R u+rw /applicationB chmod -r u+rw /applicationC chmod -R o+rw /a...
问题:单选题The system administrator has requested that all setuid/setgid bits be removed from executables in application filesystem. Which command will achieve this?()A chmod -R o-s /applicationB chmod -R ug-s /applicationC chmod -R -s -o /applicationD chmod -R -...
问题:单选题Which of the following commands will show how many physical partitions are available on active hdisk1?()A lspv hdisk1B lsvg -p hdisk1C lsattr -p hdisk1D lsdev -E -l hdisk1...
问题:单选题Which of the following AIX storage concepts is correct?()A A filesystem can span multiple physical volumes.B A physical volume can belong to more than 1 volume group.C A logical volume can have up to 2 copies in each of 2 volume groups.D The size of a ...
问题:单选题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...
问题:单选题An operator is editing a file using a keyboard without arrow keys. What key can be used to move the cursor one character to the right?()A nB jC kD l...
问题:单选题Which of the following commands will show the users that are logged on a system ?()A idB whoC whoisD lsuser...
问题:单选题What is the correct command to display the current working directory?()A echo $PWDB echo $pwdC echo $CWDD echo $cwd...
问题:单选题Which command enables a user to exit the vi editor, overwriting the existing file without prompting for confirmation?()A :wB :qwC :x!D :we!...