当前分类: IBM(000-223)
问题:单选题Which action change the default editor for ALL users on the system from vi to edit()A Issue the command: export EDITOR=/usr/bin/edit edit each user .profile to change the EDITOR value to /usr/bin/editB Modify /.profile and change the EDITOR variable to...
查看答案
问题:单选题Which of the following commands can be used to prepare a system to physically insert a PCI hot plug adapter()A mkdevB cfmgrC drslotD lsslot...
问题:单选题A user wants to be permanently added to the dba group. Which of the following commands or processes can be used to accomplish this()A chgrpB chuserC edit /etc/userD edit /etc/security/group...
问题:单选题A System p administrator found a process on the server that should be stopped. Which of the following commands can be used to list all the signal actions defined for this process()A psB pstatC lssigD procsig...
问题:单选题An administrator attempted to run a sar -u report and received the following error: sar: 0551-201 Cannot open /var/adm/sa/sa12. Which of the following should be scheduled in adm’s crontab to enable sar reporting()A sarB sa1C vmoD iostat...
问题:单选题Because of performance problems, capacity needs to be added to a paging space named paging01 on hdisk1. The physical partition size of hdisk1 is 4MB. Which command will increase the size of paging01 by 100MB()A chlv -a paging01 25B chps -s 25 paging0...
问题:单选题Which of the following commands would a system administrator run tovalidate /etc/tunables/nextboot after manually editing()A ksh -n nextbootB tunsave -a -f nextbootC tuncheck -r -f nextbootD tunsave nextboot...
问题:单选题After completing an installation of new software, a system administrator notices the system is slow. To troubleshoot the performance, which single AIX command could be used to provide a real-time display of CPU, memory and disk utilization()A topasB v...
问题:单选题Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday()A 5 0 * * 6 /usr/local/bin/myscriptB 6 * * 5 0 /usr/local/bin/myscriptC 0 5 * * 6 /usr/local/bin/myscriptD 0 5 6 * * /usr/local/bin/myscript...
问题:单选题A System p adminstrator must recover user information from a system that will not successfully boot. Which of the following install methods will accomplish this ()A PreservationB MigrationC New and complete overwriteD Repair...
问题:单选题A System p admistrator must document the date of the latest update of the development systems. Which of the following commands will provide this information ()A lppchk -lB lslpp -hC installp -hD lppchk -v...
问题:单选题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 remov...
问题:单选题An administrator runs mktcpip aixhost 172.168.0.50 enO to change the network address, but the command hangs for an extended period of time. Which of the following is the most likely cause of the problem()A entO is in a...
问题:单选题A System p administrator has determined that a recently applied APAR needs to be removed. Which of the following installp options will remove the APAR()A cleanupB uninstallC deinstallD reject...
问题:单选题An administrator plans to attach an IBM DS6000 and needs to know if the fibre channel adapter is at the latest firmware level. Which of the following is the fastest way for the administrator to determine the atest supported microcode level ()A Call T...
问题:单选题Under which of the following circumstances must a JFS filesystem be used instead of a JFS2 filesystem()A filesystem will contain 100GB filesB filesystem resides on a 32-bit systemC filesystem contains a large number of small filesD fil...
问题:单选题A System p administrator suspects they are receiving an error from one of their nightly cron jobs. Thejob is: 0 1 * * * /usr/local/bin/nightlycheck.pl Where should the administrator first look for errors reported by this cron job()A /var/log/syslog.out...
问题:单选题A banking user with the userid of ’joe’ is unable to rsh from SYSTEMA to SYSTEMB without having to retype their password, but they can rsh from SYSTEMB to SYSTEMA. No other users are experiencing the same issue. Both systems have a /home/joe/.rhosts f...
问题:单选题A System p administrator has increased the size of the logical volume lv00. The administrator now wants to enlarge the filesystem /fs00 that is mounted on lv00 to the same size as lv00. Which of the following commands will show the administrator the ...
问题:单选题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 ${VAR...