linux启动脚本执行顺序

2019-07-13 04:07发布

1 /etc/rc.sysinit 2 /etc/rc.d里 init.d rcX.d: 名称中的数字表示执行次序,数字越小表示越先执行. rc.local   etc目录下也有init.d,rcX.d, rc.local,但这些只是rc.d的链接。 如果有自己想要开机执行的脚本,就放在rc.local中,但是要记得开启rc.local的执行权利 chmod +x /etc/rc.d/rc.local