开启守护
sudo nohup 你的指令 &
如果要关闭,先查看程序的id
netstat -tanlp
关闭程序
sudo kill id
ubuntu后台开启守护程序
原文:https://www.cnblogs.com/sfgoto/p/10879550.html