Linux 日志管理简介

查看日志rsyslogd是否启动和自启动

ps aux | grep rsyslogd

查看自启动(CentOS 7使用,CentOS 6可以使用chkconfig命令)

systemctl list-unit-files | grep rsyslog

常见日志及其作用

猜你喜欢

转载自www.cnblogs.com/andrew3/p/12904784.html