/etc/var/spool
/var/spool/cron
/var/sched/jobs
/usr/sched/crontabs
第1题:
A. cd /adm
B. cd ./adm
C. cd ../adm
D. cd /../adm
第2题:
A. cd /var/spool
B. lcd /var/spool
C. cd /usr/bin /var/spool
D. lcd /usr/bin /var/spool
第3题:
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?()
第4题:
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()
第5题:
An operator wants to view all the scheduled jobs on a system. Which of the following locations would house scheduled jobs?()
第6题:
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?()
第7题:
Squid服务器默认将其缓存数据保存在()目录。
第8题:
/
/var/adm/ras
/var/spool/mail
/etc
第9题:
find /var/spool/lpd/qdir -mtime -7 -type f -exec rm -f {}/
find -name /var/spool/* -f rm {}/
find -name /var/spool/lpd/* -exec rm {}/
find /var/spool/lpd/qdir -mtime +7 -type f -exec rm -f {}/
第10题:
/etc/squid
/var/squid
/etc/spool/squid
/var/spool/squid
第11题:
lscons -l
cat /var/conslog
alog -t console -o
lslog /var/adm/conslog
第12题:
/etc/var/spool
/var/spool/cron
/var/sched/jobs
/usr/sched/crontabs
第13题:
A. /etc/var/spool
B. /var/spool/cron
C. /var/sched/jobs
D. /usr/sched/crontabs
第14题:
An operator needs to change from the /usr/bin to the /var/spool directory. Which of the following commands will accomplish this?()
第15题:
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?()
第16题:
Where is the sendmail.pid file kept?()
第17题:
How would a system administrator review root’s current cron jobs of the following?()
第18题:
An Operator is in /var/tmp and needs to go to /var/adm. Which of the following is correct?()
第19题:
/var/log/syslog.out
/var/log/cron.log
/var/spool/cron/logs
第20题:
cd /var/spool
lcd /var/spool
cd /usr/bin /var/spool
lcd /usr/bin /var/spool
第21题:
cd /adm
cd ./adm
cd ../adm
cd /../adm
第22题:
crontab -l
cron -l root
lscron -l root
cat /var/cron/crontabs/root
第23题:
/var/log/syslog.out
var/log/cron.log
/var/spool/cron/logs
第24题:
cd /var/spool/cron/crontabs,uncomment the lines in the adm file, in order to start gathering statistics.
cd /var/spool/cron/crontabs; uncomment the lines in the sys file, in order to start gathering statistics.
cd /usr/lib/cron/; vi the adm file; startsrc -s sadc
cd /usr/lib/cron/; vi the sys file; startsrc -s sadc