单选题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

单选题
An operator wants to view all the scheduled jobs on a system. Which of the following locations would house scheduled jobs?()
A

/etc/var/spool

B

/var/spool/cron

C

/var/sched/jobs

D

/usr/sched/crontabs


参考解析

解析: 暂无解析

相关考题:

Whereisthesendmail.pidfilekept?() A./B./var/adm/rasC./var/spool/mailD./etc

Whereisthershloglocated?() A./var/spoolB./var/perfC./varD./var/adm

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

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

An operator needs to change from the /usr/bin to the /var/spool directory. Which of the following commands will accomplish this?() A. cd /var/spoolB. lcd /var/spoolC. cd /usr/bin /var/spoolD. lcd /usr/bin /var/spool

An operator needs to change from the /usr/bin to the /var/spool directory. Which of the following commands will accomplish this?()A、cd /var/spoolB、lcd /var/spoolC、cd /usr/bin /var/spoolD、lcd /usr/bin /var/spool

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

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

Where is the sendmail.pid file kept?()A、/B、/var/adm/rasC、/var/spool/mailD、/etc

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

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

It has been determined that print jobs from an application are not being removed from the system after they have been printed. To remove these jobs from the /var/spool directory, which cron entry will remove files more than 7 days old?()A、 find /var/spool/lpd/qdir -mtime -7 -type f -exec rm -f {}/B、 find -name /var/spool/* -f rm {}/C、 find -name /var/spool/lpd/* -exec rm {}/D、 find /var/spool/lpd/qdir -mtime +7 -type f -exec rm -f {}/

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

Squid服务器默认将其缓存数据保存在()目录。A、/etc/squidB、/var/squidC、/etc/spool/squidD、/var/spool/squid

单选题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

单选题Where is the sendmail.pid file kept?()A/B/var/adm/rasC/var/spool/mailD/etc

单选题An operator needs to change from the /usr/bin to the /var/spool directory. Which of the following commands will accomplish this?()Acd /var/spoolBlcd /var/spoolCcd /usr/bin /var/spoolDlcd /usr/bin /var/spool

单选题It has been determined that print jobs from an application are not being removed from the system after they have been printed. To remove these jobs from the /var/spool directory, which cron entry will remove files more than 7 days old?()A find /var/spool/lpd/qdir -mtime -7 -type f -exec rm -f {}/B find -name /var/spool/* -f rm {}/C find -name /var/spool/lpd/* -exec rm {}/D find /var/spool/lpd/qdir -mtime +7 -type f -exec rm -f {}/

单选题An Operator is in /var/tmp and needs to go to /var/adm. Which of the following is correct?()Acd /admBcd ./admCcd ../admDcd /../adm

单选题Squid服务器默认将其缓存数据保存在()目录。A/etc/squidB/var/squidC/etc/spool/squidD/var/spool/squid

单选题How would a system administrator review root’s current cron jobs of the following?()Acrontab -lBcron -l rootClscron -l rootDcat /var/cron/crontabs/root

单选题Which of the following will permit an operator to retrieve console log output from the command line?()Alscons -lBcat /var/conslogCalog -t console -oDlslog /var/adm/conslog

单选题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

单选题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