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/spool
B. lcd /var/spool
C. cd /usr/bin /var/spool
D. lcd /usr/bin /var/spool
相关考题:
ASystempadministratorsuspectstheyarereceivinganerrorfromoneoftheirnightlycronjobs.Thejobis:01***/usr/local/bin/nightlycheck.plWhereshouldtheadministratorfirstlookforerrorsreportedbythiscronjob() A./var/log/syslog.outB.var/log/cron.logC./var/spool/cron/logsD.mail
The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?() A. chvg -a y testvgB. chfs -A yes /testC. mount /test -auto=yesD. chlv -a automount=y testlv
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 wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?() A. mv /home/operator .B. mv /home/operator/* .C. mv /home/operator ../..D. mv /home/operator/all ../home/operator
The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()A、chvg -a y testvgB、chfs -A yes /testC、mount /test -auto=yesD、chlv -a automount=y testlv
Which action changes the default editor for ALL users on the system from vi to edit?()A、Issue the command:export EDITOR=/usr/bin/edit edit each users .profile to change the EDITOR value to /usr/bin/editB、Modify /.profile and change the EDITOR variable to /usr/bin/editC、Modify /etc/environment and add EDITOR=/usr/bin/edit export EDITORD、Modify /etc/security/defaults and change the EDITOR value to /usr/bin/edit
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()A、/opt/freeware/binB、/usr/bin/freewareC、/var/freeware/binD、/usr/sbin/freeware
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 administrator issued the errpt command and had no results. The system administrator determined that error logging was turned off. Which of the following commands should be used to start logging system errors?()A、/usr/bin/errmsgB、/usr/lib/errdemonC、/usr/lib/errloggerD、/usr/bin/errinstall
An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?()A、mv /home/operator .B、mv /home/operator/* .C、mv /home/operator ../..D、mv /home/operator/all ../home/operator
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
In which directory are the basic Linux commands such as gzip, gunzip and zcat installed?()A、/opt/freeware/binB、/usr/bin/freewareC、/var/freeware/binD、/usr/sbin/freeware
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
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
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
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
单选题A system administrator issued the errpt command and had no results. The system administrator determined that error logging was turned off. Which of the following commands should be used to start logging system errors?()A/usr/bin/errmsgB/usr/lib/errdemonC/usr/lib/errloggerD/usr/bin/errinstall
单选题An administrator needs to add the /usr/vac/bin directory to their PATH environment variable for the current session. Which of the following will accomplish this task()Apath=$path:/usr/vac/bin; export pathBpath.=/usr/vac/bin; export $pathCModify the path environment variable in /etc/profileDModify the path environment variable in /.profile
单选题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
单选题Which action changes the default editor for ALL users on the system from vi to edit of the following?()AIssue the command: export EDITOR=/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 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
单选题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 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
单选题In which directory are the basic Linux commands such as gzip, gunzip and zcat installed?()A/opt/freeware/binB/usr/bin/freewareC/var/freeware/binD/usr/sbin/freeware
单选题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()A/opt/freeware/binB/usr/bin/freewareC/var/freeware/binD/usr/sbin/freeware
单选题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