linux===进程操作

ps -ef

ps -aux|grep chat.js

 a:显示所有程序 
u:以用户为主的格式来显示
x:显示所有程序,不以终端机来区分



kill -9


nohup python da.py & 后台执行!


jobs -l

jobs

https://www.cnblogs.com/Ray-liang/p/4837850.html (端口映射的问题!)
posted @ 2018-01-25 12:08  botoo  阅读(257)  评论(0编辑  收藏  举报