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

题目内容 (请给出正确答案)
WhentryingtoruntopasonanAIX4.3.xsystem,thesystemadministratorgetstheerrormessage"ksh:topas:notfound."Whichofthefollowingoptionsisthemostlikelyreasonthisoccurred?()

A.Thefilesetbos.perf.toolsisnotloadedonthissystem.

B.Thefilesetperfagent.toolsisnotloadedonthissystem.

C.ThecommandtopasisonlyavailableinAIXversion5.x.

D.Thepathvariabledoesnotinclude/usr/samples/kernel/.Eitheraddittothe.profileorcdtothatlocationandrunthecommandagain.


参考答案

更多 “ WhentryingtoruntopasonanAIX4.3.xsystem,thesystemadministratorgetstheerrormessage"ksh:topas:notfound."Whichofthefollowingoptionsisthemostlikelyreasonthisoccurred?() A.Thefilesetbos.perf.toolsisnotloadedonthissystem.B.Thefilesetperfagent.toolsisnotloadedonthissystem.C.ThecommandtopasisonlyavailableinAIXversion5.x.D.Thepathvariabledoesnotinclude/usr/samples/kernel/.Eitheraddittothe.profileorcdtothatlocationandrunthecommandagain. ” 相关考题
考题 UNIX系统常用Shell有:() A.autoexec.batB.cshC.bshD.ksh

考题 Asystemadministratorhasaserverthatisperformingpoorly.ThevmstatcommandidentifiesthathighCPUusageistheproblem.Whichofthefollowingcommandscanbeusedtoidentifytheeightmostactiveprocessesrunningontheserver?()A.ps-ef-t8B.sar-u-p8C.vmstat-t8D.topas-p8-n0-d0

考题 Which command will change the user webserver’s shell toksh93?() A.chshell -ksh93 webserverB.chsh webserver /usr/bin/ksh93C.chuser -a shell=/usr/bin/ksh93 webserverD.setuid -a SHELL=/usr/bin/ksh93 -u webserver

考题 WhichIOScommanddoesanadministratorusetoreportacrosspartitionglobalviewofsystemperformance?() A.cecstat-pitcertB.iosperf-CC.topas-cecdispD.topas_nmon-cec

考题 Whichofthefollowingcommandswouldasystemadministratorruntovalidate/etc/tunables/nextbootaftermanuallyediting() A.ksh-nnextbootB.tunsave-a-fnextbootC.tuncheck-r-fnextbootD.tunsavenextboot

考题 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

考题 最常用的UNIXshell:A、Bourneshell(sh)B、Cshell(csh)C、Kornshell(ksh)D、TShell(tsh)

考题 最常用的UNIX shell有() A.Bourne shell(sh)B.C shell(csh)C.Korn shell(ksh)

考题 给脚本shell.ksh文件的所有者赋予可执行权限正确的语句()A.chmod 644 shell.kshB.chmod 755 shell.kshC.chown 644 shell.kshD.chown 755 shell.ksh