How would a system administrator review root’s current cron jobs of the following?()A、crontab -lB、cron -l rootC、lscron -l rootD、cat /var/cron/crontabs/root
How would a system administrator review root’s current cron jobs of the following?()
- A、crontab -l
- B、cron -l root
- C、lscron -l root
- D、cat /var/cron/crontabs/root
相关考题:
Howwouldasystemadministratorreviewroot’scurrentcronjobsofthefollowing?() A.crontab-lB.cron-lrootC.lscron-lrootD.cat/var/cron/crontabs/root
ASystempadministratorisreviewingroot’scommandhistoryonadevelopmentserverandfindsthatajunioradminstratorhadbeenattemptingtocorrectafullfilesystem.Oneofthefollowingcommandscauseddamagethatmustbecorrected.Whichcommandwasit()A.rm/var/preserve/*B.cat/dev/null/var/adm/cron/logC./var/adm/wtmpD.rm/var/adm/ras/errlog
ASystempadministratorsuspectstheyarereceivinganerrorfromoneoftheirnightlycronjobs.Thejobis:01***/usr/local/bin/nightlycheck.plWhereshouldtheadministratorfirstlookforerrorsreportedbythiscronjob() A./var/log/syslog.outB.var/log/cron.logC./var/spool/cron/logsD.mail
An operator notices that a job on the system is causing poor performance. The job is a root process and the administrator has concluded it is not important and can be stopped. Shortly after stopping the process, it starts again. Which of the following commands will list repeating scheduled tasks?()A. at -lB. jobs -lC. sched -lD. crontab -l
An operator wants to view all the scheduled jobs on a system. Which of the following locations would house scheduled jobs?() A. /etc/var/spoolB. /var/spool/cronC. /var/sched/jobsD. /usr/sched/crontabs
在linux系统中,系统管理员要为用户jenny建立cron任务,应执行()命令。A、crontab -l jennyB、crontab -e jennyC、crontab -l -u jennyD、crontab -e -u jenny
A user is unable to determine the default system texteditor. How can the local administrator assist the user by identifying the default text editor for the system?()A、Login as the user and run 'echo $ENV'.B、Login as root and run the 'env' command.C、Login as root and 'cat /etc/environment'.D、Login as the user and run the 'env' command.
An operator notices that a job on the system is causing poor performance. The job is a root process and the administrator has concluded it is not important and can be stopped. Shortly after stopping the process, it starts again. Which of the following commands will list repeating scheduled tasks?()A、at -lB、jobs -lC、sched -lD、crontab -l
查看root用户的cron计时器设置的命令是()。A、crontab-u root -lB、crontab -lC、crontab -u root -eD、crontab -u root -r
对cron的访问控制说法正确的是()。A、默认情况下,所有用户都能访问cronB、若需要对cron进行访问控制,可以生成/etc/cron.allow与/etc/cron.deny文件C、存在/etc/cron.allow文件时,只有cron.allow文件中允许的用户才能访问cronD、cron.allow和cron.deny同时存在时,只有cron.deny中的用户被拒绝
哪两个文件控制访问crontab命令()A、/etc/cron/cronusersB、/var/crom/cronnousersC、/etc/cron.d/cron.allowD、/etc/cron.d/cron.deny
A small company would like help in identifying an apparent system performance problem on its internal mail server, especially to determine peak hour usage. What would be the first step in identifying the problem?()A、 cd /var/spool/cron/crontabs,uncomment the lines in the adm file, in order to start gathering statistics.B、 cd /var/spool/cron/crontabs; uncomment the lines in the sys file, in order to start gathering statistics.C、 cd /usr/lib/cron/; vi the adm file; startsrc -s sadcD、 cd /usr/lib/cron/; vi the sys file; startsrc -s sadc
A System p administrator suspects they are receiving an error from one of their nightly cron jobs. The job 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.outB、var/log/cron.logC、/var/spool/cron/logsD、mail
A System p administrator is reviewing root’s command history on a development server and finds that a junior adminstrator had been attempting to correct a full file system. One of the following commands caused damage that must be corrected. Which command was it()A、rm /var/preserve/*B、cat /dev/null /var/adm/cron/logC、 /var/adm/wtmpD、rm /var/adm/ras/errlog
An operator wants to view all the scheduled jobs on a system. Which of the following locations would house scheduled jobs?()A、/etc/var/spoolB、/var/spool/cronC、/var/sched/jobsD、/usr/sched/crontabs
Which procedure should be used to configure the system to prevent all users from using the ’at’ command()? A、Create a /var/adm/cron/at.allow file with no entriesB、Create a /var/adm/cron/at.deny file with ’*’ as the only entryC、Create a /var/adm/at/at.deny file with ’ALL’ as the only entryD、Create a /var/adm/at/at.allow file with ’NONE’ as the only entry
cron有哪两种配置文件()。A、/etc/crontab,全局配置文件B、crontab命令生成的配置文件,属于用户级C、/etc/cron:全局配置文件D、/etc/crontab,用户级配置文件
单选题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.outB/var/log/cron.logC/var/spool/cron/logsDmail
多选题cron有哪两种配置文件()。A/etc/crontab,全局配置文件Bcrontab命令生成的配置文件,属于用户级C/etc/cron:全局配置文件D/etc/crontab,用户级配置文件
单选题A System p administrator is reviewing root’s command history on a development server and finds that a junior adminstrator had been attempting to correct a full file system. One of the following commands caused damage that must be corrected. Which command was it()Arm /var/preserve/*Bcat /dev/null /var/adm/cron/logC /var/adm/wtmpDrm /var/adm/ras/errlog
单选题查看root用户的cron计时器设置的命令是()。Acrontab-u root -lBcrontab -lCcrontab -u root -eDcrontab -u root -r
多选题对cron的访问控制说法正确的是()。A默认情况下,所有用户都能访问cronB若需要对cron进行访问控制,可以生成/etc/cron.allow与/etc/cron.deny文件C存在/etc/cron.allow文件时,只有cron.allow文件中允许的用户才能访问cronDcron.allow和cron.deny同时存在时,只有cron.deny中的用户被拒绝
单选题How would a system administrator review root’s current cron jobs of the following?()Acrontab -lBcron -l rootClscron -l rootDcat /var/cron/crontabs/root
单选题A System p administrator suspects they are receiving an error from one of their nightly cron jobs. The job 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.outBvar/log/cron.logC/var/spool/cron/logsDmail
单选题An operator wants to view all the scheduled jobs on a system. Which of the following locations would house scheduled jobs?()A/etc/var/spoolB/var/spool/cronC/var/sched/jobsD/usr/sched/crontabs