vim保存文件命令 wq!。
查询端口占用命令
netstat -tunlp | grep 端口号
lsof -i:端口号
杀死进程
kill -9 26993
linux常用命令
原文:https://www.cnblogs.com/yuluoxingkong/p/12355790.html