摘要:
#查找150天为使用的文件并列出find -type f -mtime +150 -exec ls -ltr {} \;#查找150天内120外的文件find -type f -mtime -150 -a -mtime +120 -exec ls -ltr {} \;#查找150天内90天外文件并打 阅读全文
摘要:
host_notification_options: d = notify on DOWN host states, u = notify on UNREACHABLE host states r = notify on host recoveries (UP states) f = notify 阅读全文