cd /var/spool
lcd /var/spool
cd /usr/bin /var/spool
lcd /usr/bin /var/spool
第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 needs to change from the /usr/bin to the /var/spool directory. Which of the following commands will accomplish this?()
第4题:
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?()
第5题:
An operator wants to view all the scheduled jobs on a system. Which of the following locations would house scheduled jobs?()
第6题:
An Operator is in /var/tmp and needs to go to /var/adm. Which of the following is correct?()
第7题:
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?()
第8题:
mount host:/usr/local/bin /home/bin
mount client:/home/bin /usr/local/bin
mount -o client:/usr/local/bin /home/bin
mount -n host:/home/bin /usr/local/bin
第9题:
/opt/freeware/bin
/usr/bin/freeware
/var/freeware/bin
/usr/sbin/freeware
第10题:
cd /var/spool
lcd /var/spool
cd /usr/bin /var/spool
lcd /usr/bin /var/spool
第11题:
/opt/freeware/bin
/usr/bin/freeware
/var/freeware/bin
/usr/sbin/freeware
第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题:
Linux系统的目录/usr、/home、/bin、/dev/、/var、/etc/中主要存放什么文件?
第15题:
A System p customer has installed components from the Linux ToolBox. By default, which of the following directories will contain the open source commands such as gzip, gunzip and zcat()
第16题:
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()
第17题:
In which directory are the basic Linux commands such as gzip, gunzip and zcat installed?()
第18题:
Given the following scripts, what output would be generated() usr/local/bin/scriptl #!/usr/bin/ksh VARl=red export VARl=green VARl=blue /usr/local/bin/script2 ARl=yellow /usr/local/bin/script2 #!/bin/ksh echo "The sky is ${VAR1}."
第19题:
/var/log/syslog.out
/var/log/cron.log
/var/spool/cron/logs
第20题:
The sky is red.
The sky is blue.
The sky is green.
The sky is yellow.
第21题:
mount host:/home/bin /usr/local/bin
mount client:/home/bin /usr/local/bin
mount -n host /usr/local/bin /home/bin
mount -o host:/usr/local/bin /home/bin
第22题:
第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