linux中怎么查询自己启动的脚本? 1. 要开机 运行只需将它加入到 rc.local ,一般为/etc/rc.d/rc.local 在其中加入以下行: sh /path/to/test.sh 2. 使用linux全局变量$?可以确定是否执行,如 if then echo “succeed!” fi #modified some typo –update @22:48
1. 要开机 运行只需将它加入到 rc.local ,一般为/etc/rc.d/rc.local 在其中加入以下行: sh /path/to/test.sh 2. 使用linux全局变量$?可以确定是否执行,如 if then echo “succeed!” fi #modified some typo –update @22:48