单选题用户hogan已经设置了以下crontab配置,根据该配置回答问题:  05 * * * * /usr/bin/who  10 04 * * * /usr/bin/find /home -size +100M  15 04 * * 1-5 /bin/weeklywho命令多久运行一次()A每小时一次B每天一次C每周一次D每月一次

单选题
用户hogan已经设置了以下crontab配置,根据该配置回答问题:  05 * * * * /usr/bin/who  10 04 * * * /usr/bin/find /home -size +100M  15 04 * * 1-5 /bin/weekly who命令多久运行一次()
A

每小时一次

B

每天一次

C

每周一次

D

每月一次


参考解析

解析: 暂无解析

相关考题:

假设Red Hat Linux操作系统的/usr/bin/paste文件出了问题,用户想校验拥有该文件的软件包,但又不知道哪个软件包拥有此paste文件,此时,可使用(28)命令来诊断问题。A.rpm -VaB.rpm -qf/usr/bin/pasteC.rpm -qaD.rpm -Vf/usr/bin/paste

Whenrunonamachinecalledclient,whichofthefollowingcommandswillmountthe/usr/local/bindirectoryfromthehostoverthe/home/bindirectoryonclient?() A.mounthost:/home/bin/usr/local/binB.mountclient:/home/bin/usr/local/binC.mount-nhost/usr/local/bin/home/binD.mount-ohost:/usr/local/bin/home/bin

Whichcronentrywillrun/usr/local/bin/myscriptat0500everySaturdayofthefollowing?() A.05**6/usr/local/bin/myscriptB.056**/usr/local/bin/myscriptC.6**50/usr/local/bin/myscriptD.50Sat**/usr/local/bin/myscript

Asystemadministratorwantstorunascriptcalledmyscript,butdoesnotwanttoseetheerrorsthatmightbegeneratedbythescript.Howwouldthisbeaccomplished?() A./usr/local/bin/myscript/dev/nullB./usr/local/bin/myscript/dev/nullC./usr/local/bin/myscript2/dev/nullD./usr/local/bin/myscript1/dev/null

AsystemadministratorhasjustfinishedupgradingasystemtoAIX5.2.Iftherearefutureproblems,thesystemadministratorwouldliketoaddanentrytotheAIXerrorlogtorecordthisevent.Whichofthefollowingcommandscanbeissuedforthispurpose?()A./usr/bin/errmsgSystemupgradedtoAIX5.2B./usr/bin/errlogSystemupgradedtoAIX5.2C./usr/bin/errupdateSystemupgradedtoAIX5.2D./usr/bin/errloggerSystemupgradedtoAIX5.2

AnAIXsystemadministratorwantstobeabletomonitordiskusageandtobeabletocontrolhow muchdiskspacecanbeused.Whichcommandisruntoobtainthedesiredoutput?() A./usr/bin/filemonB./usr/bin/startsrcC./usr/sbin/acct/startupD./usr/bin/df

Anadministratorperformsanauditonthe/usrfilesystemandfindsthefollowingpermissions:-rwsr-xr-x1rootsys514288Jun1809:40/usr/local/bin/nmonWhichofthefollowingmethodscantheadministratorusetoremoveapotentialsecurityrisk()A.rm/usr/local/bin/nmonB.chmodu-s/usr/local/bin/nmonC.ReinstallthefilefromtheappropriatefilesetD.chmodgo-rx/usr/local/bin/nmon

WhichactionchangethedefaulteditorforALLusersonthesystemfromvitoedit() A.Issuethecommand:exportEDITOR=/usr/bin/editediteachuser.profiletochangetheEDITORvalueto/usr/bin/editB.Modify/.profileandchangetheEDITORvariableto/usr/bin/editC.Modify/etc/environmentandaddEDITOR=/usr/bin/editexportEDITORD.Modify/etc/security/defaultsandchangetheEDITORvalueto/usr/bin/edit

Giventhefollowingscripts,whatoutputwouldbegenerated()usr/local/bin/scriptl!/usr/bin/kshVARl=redexportVARl=greenVARl=blue/usr/local/bin/script2ARl=yellow/usr/local/bin/script2!/bin/kshechoTheskyis${VAR1}.A.Theskyisred.B.Theskyisblue.C.Theskyisgreen.D.Theskyisyellow.

An operator is asked to verify the exact location of the default JRE binary. The following commands were run:$ which java /usr/bin/java$ ls -l /usr/bin/javalrwxrwxrwx 1 root other 23 Jan 27 2006 /usr/bin/java - ../jre1.5.0_06/bin/javaBased on the command outputs above, what is the path to the java executable file?()A. /usr/bin/javaB. /usr/jre1.5.0_06/bin/javaC. /usr/bin/jre1.5.0_06/bin/javaD. /usr/bin/java/jre1.5.0_06/bin/java

用户hogan已经设置了以下crontab配置,根据该配置回答问题:  05 * * * * /usr/bin/who  10 04 * * * /usr/bin/find /home -size +100M  15 04 * * 1-5 /bin/weeklywho命令多久运行一次()A、每小时一次B、每天一次C、每周一次D、每月一次

用户hogan已经设置了以下crontab配置,根据该配置回答问题: 05 * * * * /usr/bin/who 10 04 * * * /usr/bin/find /home -size +100M 15 04 * * 1-5 /bin/weekly脚本cron.weekly何时运行()A、每月1-5号早上4点15分B、每月15日早上5:04C、每周四下午3:04D、每周一到周五4点15

An operator is asked to verify the exact location of the default JRE binary. The following commands were run: $ which java /usr/bin/java $ ls -l /usr/bin/java lrwxrwxrwx 1 root other 23 Jan 27 2006 /usr/bin/java - ../jre1.5.0_06/bin/java Based on the command outputs above, what is the path to the java executable file?()A、/usr/bin/javaB、/usr/jre1.5.0_06/bin/javaC、/usr/bin/jre1.5.0_06/bin/javaD、/usr/bin/java/jre1.5.0_06/bin/java

Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday of the following?()A、0 5 * * 6 /usr/local/bin/myscriptB、0 5 6 * * /usr/local/bin/myscriptC、6 * * 5 0 /usr/local/bin/myscriptD、5 0 Sat * * /usr/local/bin/myscript

When run on a machine called client, which of the following commands would mount the /usr/local/bin directory from the host machine over the /home/bin directory on client?()A、mount host:/usr/local/bin /home/binB、mount client:/home/bin /usr/local/binC、mount -o client:/usr/local/bin /home/binD、mount -n host:/home/bin /usr/local/bin

To perform SNMP Monitoring of cluster, what daemon must be running?()  A、 /usr/sbin/rsct/bin/hagsdB、 /usr/sbin/rsct/bin/clinfoC、 /usr/sbin/rsct/bin/clsmuxpdD、 /usr/sbin/rsct/bin/clssnmpstatd

When run on a machine called client, which of the following commands will mount the /usr/local/bin directory from the host over the /home/bin directory on client?()A、mount host:/home/bin /usr/local/binB、mount client:/home/bin /usr/local/binC、mount -n host /usr/local/bin /home/binD、mount -o host:/usr/local/bin /home/bin

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

用户hogan已经设置了以下crontab配置,根据该配置回答问题: 05 * * * * /usr/bin/who 10 04 * * * /usr/bin/find /home -size +100M 15 04 * * 1-5 /bin/weeklyfind命令何时运行()A、每天早上10:04运行一次B、每天早上4:10运行一次C、每年10月4日运行一次D、每年4月10日运行一次

单选题When run on a machine called client, which of the following commands would mount the /usr/local/bin directory from the host machine over the /home/bin directory on client?()Amount host:/usr/local/bin /home/binBmount client:/home/bin /usr/local/binCmount -o client:/usr/local/bin /home/binDmount -n host:/home/bin /usr/local/bin

单选题When run on a machine called client, which of the following commands will mount the /usr/local/bin directory from the host over the /home/bin directory on client?()Amount host:/home/bin /usr/local/binBmount client:/home/bin /usr/local/binCmount -n host /usr/local/bin /home/binDmount -o host:/usr/local/bin /home/bin

单选题Which action change the default editor for ALL users on the system from vi to edit()AIssue the command: export EDITOR=/usr/bin/edit edit each user .profile to change the EDITOR value to /usr/bin/editBModify /.profile and change the EDITOR variable to /usr/bin/editCModify /etc/environment and add EDITOR=/usr/bin/edit export EDITORDModify /etc/security/defaults and change the EDITOR value to /usr/bin/edit

单选题An operator is asked to verify the exact location of the default JRE binary. The following commands were run: $ which java /usr/bin/java $ ls -l /usr/bin/java lrwxrwxrwx 1 root other 23 Jan 27 2006 /usr/bin/java - ../jre1.5.0_06/bin/java Based on the command outputs above, what is the path to the java executable file?()A/usr/bin/javaB/usr/jre1.5.0_06/bin/javaC/usr/bin/jre1.5.0_06/bin/javaD/usr/bin/java/jre1.5.0_06/bin/java

单选题Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday()A5 0 * * 6 /usr/local/bin/myscriptB6 * * 5 0 /usr/local/bin/myscriptC0 5 * * 6 /usr/local/bin/myscriptD0 5 6 * * /usr/local/bin/myscript

单选题To perform SNMP Monitoring of cluster, what daemon must be running?()A /usr/sbin/rsct/bin/hagsdB /usr/sbin/rsct/bin/clinfoC /usr/sbin/rsct/bin/clsmuxpdD /usr/sbin/rsct/bin/clssnmpstatd

单选题用户hogan已经设置了以下crontab配置,根据该配置回答问题:  05 * * * * /usr/bin/who  10 04 * * * /usr/bin/find /home -size +100M  15 04 * * 1-5 /bin/weeklywho命令多久运行一次()A每小时一次B每天一次C每周一次D每月一次

单选题用户hogan已经设置了以下crontab配置,根据该配置回答问题: 05 * * * * /usr/bin/who 10 04 * * * /usr/bin/find /home -size +100M 15 04 * * 1-5 /bin/weeklyfind命令何时运行()A每天早上10:04运行一次B每天早上4:10运行一次C每年10月4日运行一次D每年4月10日运行一次

单选题用户hogan已经设置了以下crontab配置,根据该配置回答问题: 05 * * * * /usr/bin/who 10 04 * * * /usr/bin/find /home -size +100M 15 04 * * 1-5 /bin/weekly脚本cron.weekly何时运行()A每月1-5号早上4点15分B每月15日早上5:04C每周四下午3:04D每周一到周五4点15