目录
- 1、/etc/rc.local是/etc/rc.d/rc.local的软链接
- 2、看看/etc/rc.d/rc.local的权限
- 3、修改/etc/rc.d/rc.local的可执行权限
- 4、重启解决
- 5、版权声明
如果Linux启动脚本/etc/rc.local文件没有被执行,可能是因为rc.loca文件没有可执行权限,按以下步骤解决这个问题。
1、/etc/rc.local是/etc/rc.d/rc.local的软链接
执行ls -l /etc/rc.local
看看。
2、看看/etc/rc.d/rc.local的权限
执行ls -l /etc/rc.d/rc.local
看看。
3、修改/etc/rc.d/rc.local的可执行权限
chmod +x /etc/rc.d/rc.local
4、重启解决
reboot
或者
init 6
5、版权声明
C语言技术网原创文章,转载请说明文章的来源、作者和原文的链接。
来源:C语言技术网(www.freecplus.net)
作者:码农有道
原文地址:https://www.cnblogs.com/wucongzhou/p/12588728.html
时间: 2024-09-29 04:26:16