网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Which command will run myscript and redirect stdout and sterr to /tmp/myoutput?()
A

./myscript >> /tmp/myoutput

B

./myscript 2>&1 /tmp/myoutput

C

./myscript > /tmp/myoutput 2>&1

D

./myscript > /tmp/myoutput &1>2


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which command will run myscript and redirect stdout and sterr to /tmp/myoutput?()A ./myscript  /tmp/myoutputB ./myscript 21 /tmp/myoutputC ./myscript  /tmp/myoutput 21D ./myscript  /tmp/myoutput 12” 相关考题
考题 单选题Which of the following commands will list vital product data for all hardware components on a server?()A lsdev -CB lsslot -aC lscfg -vpD lsattr -El

考题 单选题Which command must be run after an administrator has made changes to /etc/services to activate the changes?()A /etc/rc.tcpipB refresh -s inetdC startsrc -s inetdD startsrc -g tcpip

考题 单选题The /systest filesystem is associated with the /dev/testlv logical volume on the testvg volume group. The testvg volume group is assigned to physical volumes hdisk2 and hdisk3. Which command can the system administrator use to determine if the /systest filesystem is mirrored?()A dfB lslvC lsfsD lsdev

考题 单选题A system administrator will use a mksysb from a uniprocessor microchannel server running AIX 5.1 to install a multiprocessor chrp server. What else is required?()A A 5.1 AIX base media setB A 5.1 Additional Device Driver CDC A mksysb of the multiprocessor chrp serverD A savevg of the uniprocessor microchannel server

考题 单选题How does a system administrator add a new user to a system?()A mkuserB cruserC adduserD edit /etc/password

考题 单选题How would the system administrator turn on Dynamic Processor Deallocation?()A Use the diag menu to set dynamic deallocation to ’on’B Use the chdev command to enable the ’cpuguard’ attribute of sys0C Use the cfgmgr command to change the ’monitor’ attribute of proc0D Use the smitty command with the fast path dynamic_processor_deallocation to turn it on

考题 单选题A user reports that they cannot cd to /tmp/application. A system administrator entered the following command:   (1)ls -ld /tmp/application   (2)drw-r--r-- 4 root system 512 Jan 15 14:09 application   What is the most likely cause of the problem?()A The /tmp/application should be globally writable.B The /tmp/application directory should be executable.C The /tmp/application directory should be owned by the user.D The /tmp/application directory should have the sticky bit set.

考题 单选题A remote user is trying to telnet to the production server. The session is getting a timeout error. Which command should the user issue to verify the network connection?()A iptraceB nslookupC netstatD traceroute

考题 单选题A system administrator performs a full backup every Saturday evening and incremental backups the rest of the week. The system failed on Thursday and needs to be restored. Which backup tapes will be required to restore the system to its most recent recoverable state?()A Saturday’s full backup tape onlyB Wednesday’s incremental backup tape onlyC Saturday’s full backup and Wednesday’s incremental backup tapesD Saturday’s full backup and Sunday’s through Wednesday’s incremental backup tapes

考题 单选题A system administrator is currently working on a problem with IBM Support. The administrator feels that their expectations are not being met on this problem. What is the IBM recommended procedure to ensure that the request is handled appropriately?()A Request to change the severity to 1B Request to speak to the Duty ManagerC Request to escalate the problem to developmentD Request IBM to close the incident and reopen the incident with another call.

考题 单选题Error log analysis indicates that a disk is starting to fail and will need to be replaced. The failing disk contains multiple logical volumes which span multiple disks. A free disk has been added to the failing disk’s volume group.Which of the following is the most efficient method to move the data from the failing disk to the new disk?()A Back up the data, remove the failing disk from the volume group, then restore the data to the new disk.B Use the migratepv command to move data from one disk to another and then remove the failing disk from the volume group.C Use the mirrorvg command to mirror the data to the new disk, break the mirror and then remove the failing disk from the volume group.D Create a new filesystem on the new disk and use the mv command to move the data to the new filesystem, and then remove the failing disk from the volume group.