Which command must be run to log a hardware repair entry in the errorlog?()A.diagB.cfgmgrC.errlogD.errlogger

题目
Which command must be run to log a hardware repair entry in the errorlog?()

A.diag

B.cfgmgr

C.errlog

D.errlogger


相似考题
更多“Which command must be run to log a hardware repair entry in the errorlog?() ”相关问题
  • 第1题:

    To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used?()

    A. LOG_HISTORY

    B. JOB_LOG_RETENTION

    C. WINDOW_LOG_RETENTION

    D. WHICH_LOG

    E. LOG_NAME


    参考答案:A, D

  • 第2题:

    以下哪个日志记录有用户登录信息()

    A、/var/log/boot.log

    B、/var/log/xferlog

    C、/var/log/wtmp

    D、/var/run/utmp


    参考答案:CD 文件/var/run/utmp记录现在登入的用户 文件/var/log/wtmp记录所有用户的登入和登出 文件/var/log/lastlog记录每個用户最后的登入信息 文件/var/log/btmp记录用户错误的登入尝试 文件/var/log/boot.log包含系统启动时的日志 文件/var/log/xferlog该日志文件记录FTP会话

  • 第3题:

    在RHEL5系统中,对于没有使用独立日志文件的一些服务程序,通常会将日志消息发送到公共日志文件( )中。

    A. /var/log/dmesg

    B. /var/log/messages

    C. /var/log/public

    D. /var/run/utmp


    参考答案B

  • 第4题:

    记录用户错误登录情况的日志文件是()。

    A、/var/log/lastlog

    B、/var/log/wtmp

    C、/var/log/btmp

    D、/var/run/utmp


    参考答案:C

  • 第5题:

    How can an operator list all its history of commands in one step?()

    A. Run c -l 0?from the command line.Run ?c -l 0?from the command line.

    B. Invoke SMIT for the shell environment.

    C. Run the SC + H?combination at the command prompt.Run the ?SC + H?combination at the command prompt.

    D. Use a rep?command with its UID against the /var/log/history_cmds file.Use a ?rep?command with its UID against the /var/log/history_cmds file.


    参考答案:A

  • 第6题:

    题示代码的功能为:循环遍历输出Map当中的每一个元素。《插入代码》处应填入的代码是()Map map=new HashMap(); map.put(“jessica”,100); map.put(“tom”,200); map.put(“den”,300); Set《插入代码1》 set =《插入代码2》; for (《插入代码3》 per : set) { System.out.println(per.getKey() + ":" + per.getValue()); }

    A.<Entry> map.keySet() Entry#B.<Entry> map.entrySet() Entry#C.<Map.Entry<String, Integer>> map.keySet() Map.Entry<String, Integer>#D.<Map.Entry<String, Integer>> map.entrySet() Map.Entry<String, Integer>
    Person person:list