首页 / 操作系统 / Linux / Ubuntu开机不执行re.local里的命令
Ubuntu开机不执行re.local里的命令#ls -al /bin/shlrwxrwxrwx 1 root root 4 2009-12-11 06:04 /bin/sh -> dash是的看出,Ubuntu默认的把sh连接到dash,导致不运行rc.local这个shell解决:1.执行dpkg-reconfigure dash 选择no2.软连接rm /bin/shln -s /bin/bash /bin/sh更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2本文永久更新链接地址