linux 常用命令

Posted by qioqio on May 9, 2018
ps -aux |  grep zhangning

查看当前运行状态

nohup python x.py > x.txt&

nohup使得我们的程序可以在ssh连接断开之后还能运行

>

命令行输出重定向

&

是指后台输出