ubuntu查看进程占用端口的方法:
1.登录ubuntu系统进入终端命令行模式。
2.输入命令切换到root用户。
sudo su
3.再输入以下查看进程占用端口。
netstat -anp|grep pid 查看进程占用端口号