单项选择题
Linux系统中,在 logs目录中查找更改时间在5日以前的文件并删除它们的是()。……
Linux系统中,在/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;