單項選擇題Linux系統(tǒng)中,在/logs目錄中查找更改時間在5日以前的文件并刪除它們的是()。

A.find logs -type f -mtime +5-exec rm \;
B.find logs -type f -atime +5-exec rm \;
C.find logs -type f -ctime +5-exec rm;
D.find logs -type f -mtime +5-exec rm;


您可能感興趣的試卷