Which of the following commands is used to rotate, compress, and mail system logs?
A.
rotatelog
B.
striplog
C.
syslogd --rotate
D.
logrotate
E.
logger
題解
選項A,「rotatelogs」指令用來與Apache的導向型記錄檔作結合,可以利用時間間隔或是記錄檔的大小來輪替記錄檔。
選項B,沒有「striplog」指令。
選項C,「syslogd」提供了兩個系統工具,來處理系統記錄和Linux核心訊息,同時支援網路和IPC,所以本地端和遠端皆可使用。
選項D,「logrotate」指令可以用來輪替、壓縮或是郵寄系統記錄。
選項E,「logger」指令可以用來產生系統記錄。