码迷,mamicode.com
首页 > 系统相关 > 详细

linux 系统清除日志 .sh

时间:2014-07-21 00:28:23      阅读:319      评论:0      收藏:0      [点我收藏+]

标签:http   strong   re   c   linux   ar   

clear.sh


#!/bin/sh
cat /dev/null > /var/log/syslog
cat /dev/null > /var/adm/sylog
cat /dev/null > /var/log/wtmp
cat /dev/null > /var/log/maillog
cat /dev/null > /var/log/messages
cat /dev/null > /var/log/openwebmail.log
cat /dev/null > /var/log/maillog
cat /dev/null > /var/log/secure
cat /dev/null > /var/log/httpd/error_log
cat /dev/null > /var/log/httpd/ssl_error_log
cat /dev/null > /var/log/httpd/ssl_request_log
cat /dev/null > /var/log/httpd/ssl_access_log

linux 系统清除日志 .sh,布布扣,bubuko.com

linux 系统清除日志 .sh

标签:http   strong   re   c   linux   ar   

原文地址:http://www.cnblogs.com/qunshu/p/3856530.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!