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

题目内容 (请给出正确答案)

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.err
  • B、myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
  • C、myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
  • D、myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err

参考答案

更多 “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/tmp/log/script.log $2/tmp/log/script.errC、myscript.ksh 1/tmp/log/script.log 21 /tmp/log/script/errD、myscript.ksh 21 /tmp/log/script.log 2 /tmp/log/script.err” 相关考题
考题 What state is a process in when it cannot run because it needs a resource to become available?A.ReadyB.InterruptC.BlockedD.Running

考题 A customer needs to run 3 virtual machines on their software design workstation. Which of thefollowing CPUs would be MOST cost effective for this task?() A.3CoreB.4CoreC.8CoreD.12Core

考题 The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?() A. chvg -a y testvgB. chfs -A yes /testC. mount /test -auto=yesD. chlv -a automount=y testlv

考题 The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?() A. ./script.kshB. nohup ./script.kshC. run -b ./script.kshD. ./script.ksh nohup.out

考题 An Operator is in /var/tmp and needs to go to /var/adm. Which of the following is correct?() A. cd /admB. cd ./admC. cd ../admD. cd /../adm

考题 Operator needs to remove all leading comments from shell.script file. Which of the following vi sub-command can achieve this?() A. :r/^#//gB. :1,$ s/^#//gC. :sed s/^#//gD. :sub s/^#//g

考题 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/tmp/log/script.log $2/tmp/log/script.errC. myscript.ksh 1/tmp/log/script.log 21 /tmp/log/script/errD. myscript.ksh 21 /tmp/log/script.log 2 /tmp/log/script.err

考题 Action scrip中引用的图形元素的数据类型是()A、影片剪辑B、对象C、按钮D、图形元件

考题 An administrator needs to determine what the default run level of a system is.  Which command would be used()A、Isitab initB、telinit -dC、cat/etc/.init.stateD、init

考题 The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()A、chvg -a y testvgB、chfs -A yes /testC、mount /test -auto=yesD、chlv -a automount=y testlv

考题 An administrator needs to load additional disk drivers on the VIOS in order to attach to the SAN. Which of the following will enable this?()A、 run updateios B、 run cfgdriver C、 run oem_setup_env D、 run driver_install 

考题 An administrator has received an update CD with the latest technology level for AIX 5.3. The current operating system level of the server is at base AIX 5.3. What action needs to be taken to apply the new technology level to the server?()A、Run smit update_allB、Run smit install_allC、Boot from the installation mediaD、Run the update_all command from the mounted CD

考题 An administrator needs to grant privileges to other server staff members to run archive utilities on adefault Windows installation. The administrator needs to set the minimum permissions to:()A、 remote users.B、 account operators.C、 server operators.D、 backup operators.

考题 The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()A、./script.kshB、nohup ./script.kshC、run -b ./script.kshD、./script.ksh nohup.out

考题 An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?()A、mv /home/operator .B、mv /home/operator/* .C、mv /home/operator ../..D、mv /home/operator/all ../home/operator

考题 How can an operator list all its history of commands in one step?()A、Run c -l 0?from the command line.Run ?c -l 0?from the command line.B、Invoke SMIT for the shell environment.C、Run the SC + H?combination at the command prompt.Run the ?SC + H?combination at the command prompt.D、Use a rep?command with its UID against the /var/log/history_cmds file.Use a ?rep?command with its UID against the /var/log/history_cmds file.

考题 An Operator is in /var/tmp and needs to go to /var/adm. Which of the following is correct?()A、cd /admB、cd ./admC、cd ../admD、cd /../adm

考题 Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()A、:r/^#//gB、:1,$ s/^#//gC、:sed s/^#//gD、:sub s/^#//g

考题 单选题An administrator needs to load additional disk drivers on the VIOS in order to attach to the SAN. Which of the following will enable this?()A  run updateios B  run cfgdriver C  run oem_setup_env D  run driver_install 

考题 单选题MySQL is installed on a Linux server and has the following configuration: What is the purpose of changing ownership of datadir to the ‘mysql’ user?()A MySQL requires correct file ownership while remaining secureB MySQL needs to be run as the root user, but file cannot be owned by itC MySQL cannot be run as the root user

考题 单选题Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()A :r/^#//gB :1,$ s/^#//gC :sed s/^#//gD :sub s/^#//g

考题 单选题Action scrip中引用的图形元素的数据类型是()A 影片剪辑B 对象C 按钮D 图形元件

考题 单选题The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()A ./script.kshB nohup ./script.kshC run -b ./script.kshD ./script.ksh nohup.out

考题 单选题An operator needs to transfer several files in the same directory using ftp without being prompted. Which of the following ftp subcommands must be used?()A int put *B int mput *C prompt put *D prompt mput *

考题 单选题A user in your company network needs to encrypt a folder that is on her Windows 2000 Professional computer. Her computer has two drives: Drive C and Drive D. The folder that needs to be encrypted is located on Drive D. When the user attempts to encrypt the folder, no option for encryption can be found in the folder properties. What should you do to enable the user to encrypt the folder? ()A Log on to her computer as an administrator, and then run the cipher/e command.B Instruct the user to run the chipper/e command.C Log on to her computer as an administrator, and then run the Secedit/enforce command.D Instruct the user to run the Secedit/enforce command.E Log on to her computer as an administrator, and then run the Convert d:/FS:NTFS command.

考题 单选题An administrator needs to grant privileges to other server staff members to run archive utilities on adefault Windows installation. The administrator needs to set the minimum permissions to:()A  remote users.B  account operators.C  server operators.D  backup operators.

考题 单选题An administrator is supporting an AIX 6.1 LPAR remotely and needs a tape operator to plug a cable into an Ethernet adapter. The tape operator does not have POWER6 595 knowledge.  What can the administrator do to assist the tape operator to locate the correct adapter?()A Advise the tape operator to review the hardware service guide.B Use the diag command to set the Ethernet adapter slot LED to flash.C Advise the tape operator to check the WWN stickers of all Ethernet adapter in the I/O drawers.D Create a login account for tape operator on the HMC and advise the tape operator to locate the adapter using the GUI step by step.