一、nohup

nohup /test.sh &>/dev/null &
之后可以通过执行jobs命令来查看后台运行的程序

二、

sh /test.sh &

 

相关文章: