linux 开机自动运行sh脚本
原文链接:http://blog.csdn.net/yfgcq/article/details/52608581
要开机 运行只需将它加入到 rc.local ,一般为/etc/rc.d/rc.local 在其中加入以下行:
sh /path/to/test.sh原文链接:http://blog.csdn.net/yfgcq/article/details/52608581
要开机 运行只需将它加入到 rc.local ,一般为/etc/rc.d/rc.local 在其中加入以下行:
sh /path/to/test.sh