linux 一个程序不在 chkconfig --list,还可能在哪里开机自动启动?
这可太多了
1、/etc/rc.local
2、crontab使用reboot任务 类似
@reboot /xxxx.sh
3、systemd
4、在/etc/profile.d/下写.sh文件
5、/etc/rc3.d/ 和 /etc/rc5.d/下 Sxx文件