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 (端口映射的问题!)

相关文章:

  • 2021-04-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-02-26
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2021-06-23
  • 2022-12-23
  • 2021-09-02
  • 2021-06-02
  • 2021-11-07
  • 2022-03-03
相关资源
相似解决方案