annualreval.sh 2>&1 /var/log/reval.log 2> /var/log/reval.err
annualreval.sh 1>/var/log/reval.log 2>/var/log/reval.err
annualreval.sh 2>>&1 /var/log/reval.log /var/log/reval.err
annualreval.sh 1>>/var/log/reval.log 2>/var/log/reval.err
第1题:
A. myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err
B. myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
C. myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
D. myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err
第2题:
如何查看Linux系统的启动后,所产生的Kernel日志信息()。
第3题:
Which log file shows previous installation information? ()
第4题:
An administrator needs to document system changes that have occurred recently. The company has a policy of making all possible changes via the smit interface. Which file would show the commands that have been performed from within smit and their resulting output?()
第5题:
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()
第6题:
Which of the following statements best describes error logging?()
第7题:
What is the primary syslog file?()
第8题:
/var/log/vsftp.log
/var/log/messages
/var/log/http.log
/var/log/boot.log
第9题:
annualreval.sh 2>&1 /var/log/reval.log 2> /var/log/reval.err
annualreval.sh 1>/var/log/reval.log 2>/var/log/reval.err
annualreval.sh 2>>&1 /var/log/reval.log /var/log/reval.err
annualreval.sh 1>>/var/log/reval.log 2>/var/log/reval.err
第10题:
/var/log/conslog
/var/log/console.log
/var/adm/ras/conslog
/var/ras/console.log
第11题:
/var/syslog-file
/var/syslog
/var/log/messages
/log-file
第12题:
/var/log/syslog.out
var/log/cron.log
/var/spool/cron/logs
第13题:
A. /var/log/dmesg
B. /var/log/messages
C. /var/log/public
D. /var/run/utmp
第14题:
命令“grep’error’/var/log/messages”的作用是()
第15题:
A system administrator noticed several error messages on the screen while the system was booting up; but was not able to write them down. Where should the system administrator look for the console log, assuming it is in the default location?()
第16题:
下列哪些日志记录了系统的警告信息()。
第17题:
An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()
第18题:
A System p administrator noticed several error messages on the screen while the system was booting up; but was not able to write them down. Where should the system administrator look for the console log, assuming it is in the default location()
第19题:
A System p administrator needs to run the annualreval.sh script, directing standard error to /var/log/reval.err, and appending standard out to /var/log/reval.log. How can this be accomplished ()
第20题:
/var/log/syslog.out
/var/log/cron.log
/var/spool/cron/logs
第21题:
/tmp/conslog
/etc/console.log
/var/adm/ras/conslog
/var/ras/console.log
第22题:
/smit.log
/smit.script
/var/log/smit.log
/var/log/smit.script
第23题:
myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err
myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err
第24题:
Syslogd creates error log entries in the system error log.
The default error log is stored in /var/adm/ras/error.log.
All entries in the error log are related to software problems.
Error logging is automatically enabled during system initialization.