欢迎你来到异次元(中二)
02
19
Linux命令学习 Linux命令学习
后台运行命令nohup 命令 & 如:nohup python test.py & 可用ps -e查看 具体看哪个运行可以这么写 ps -e|grep xxxx 如我想看后台的python命令: ps -e|grep
2020-02-19 anlen123