后台运行命令nohup 命令 &
如:nohup python test.py &
可用ps -e查看 具体看哪个运行可以这么写
ps -e|grep xxxx
如我想看后台的python命令:
ps -e|grep
2020-02-19