跳转至

常用Shell命令

杀死僵尸进程

查看进程占用端口:

ps -aux | grep pname(进程名)

杀死进程:

kill -9 pid(进程id)