echo "/opt/unimas/autorun.sh $">>/etc/rc.d/rc.local
添加系统调用自启动
本文介绍了一种将特定脚本设置为系统开机自动运行的方法。通过将命令echo /opt/unimas/autorun.sh$ >> /etc/rc.d/rc.local添加到rc.local文件中,可以实现在系统启动时自动执行位于/opt/unimas目录下的autorun.sh脚本。
本文介绍了一种将特定脚本设置为系统开机自动运行的方法。通过将命令echo /opt/unimas/autorun.sh$ >> /etc/rc.d/rc.local添加到rc.local文件中,可以实现在系统启动时自动执行位于/opt/unimas目录下的autorun.sh脚本。
echo "/opt/unimas/autorun.sh $">>/etc/rc.d/rc.local

被折叠的 条评论
为什么被折叠?