1. $ ps -ef | grep nginx # 查看 nginx pid
    2. $ kill -9 pid # 杀死相关进程
    3. $ lsof -i:8000 # 查看 8000 端口的程序
    4. $ sudo netstat -anp | grep pid # 查看进程占用端口号