ps -ef
ps -aux|grep chat.js
a:显示所有程序
u:以用户为主的格式来显示
x:显示所有程序,不以终端机来区分
kill -9
nohup python da.py & 后台执行!
jobs -l
jobs
http://blog.csdn.net/xin_yu_xin/article/details/46416101
标签:asc == amp java http inux jobs net python
ps -ef
ps -aux|grep chat.js
a:显示所有程序
u:以用户为主的格式来显示
x:显示所有程序,不以终端机来区分
kill -9
nohup python da.py & 后台执行!
jobs -l
jobs
http://blog.csdn.net/xin_yu_xin/article/details/46416101
标签:asc == amp java http inux jobs net python
原文地址:https://www.cnblogs.com/botoo/p/8350642.html