- 检查定时任务
crontab -l
- 查看系统crontab
cat /etc/crontab /etc/cron.d/* /var/spool/cron/*
- 检查开机启动项
chkconfig --list
cat /etc/rc.d/rc.local
ls -l /etc/init.d/
- 查看是否有异常系统服务开机自启
systemctl list-unit-files | grep enable
crontab -l
cat /etc/crontab /etc/cron.d/* /var/spool/cron/*
chkconfig --list
cat /etc/rc.d/rc.local
ls -l /etc/init.d/
systemctl list-unit-files | grep enable