A:存取信息
B:参照记录
C:修改记录
D:错误记录
第1题:
A.Export Logfile
B.Report Generator
C.Start Recording
D.RA
第2题:
将下列bash代码改写为功能等价的代码,正确的是: if test -w errfile then cat errfile >> $LOGFILE rm errfile fi
A.[ -w errfile ] && { cat errfile >> $LOGFILE;rm errfile;}
B.if test -w errfile then cat errfile >> $LOGFILE rm errfile fi
C.if [ -w errfile ] { cat errfile >> $LOGFILE rm errfile }
D.if test -w errfile; then { cat errfile >> $LOGFILE; rm errfile;}
第3题:
$LogFile的记录头标志是“FILE”
第4题:
You have a server that runs Windows Server 2003 Service Pack 2 (SP2) and is configured as a domaincontroller.You run Windows Update and install a number of device drivers.You restart the server. During the startup process, the server stops.You receive the following stop error message: 0x000000D1 (0x0000000c, 0x00000002, 0x00000000,0xf27b4e8e) IRQL_NOT_LESS_OR_EQUAL.”You need to identify which device or service is causing the error.What should you do? ()
A. Restart the server by using the Safe Mode option. Review the contents of the ntbtlog.txt file.
B. Restart the server by using the Last Known Good Configuration option. Review the spupdsvc.log file.
C. Restart the server by using the Directory Services Restore Mode option. Review the contents of the ntdtcsetup.log file.
D. Restart the server by using the Safe Mode with Networking option. Review the contents of the WindowsUpdate.log file.
第5题:
$LogFile是专用于记录NTFS分区文件修改日志的。