尝试运行使用端口的服务会导致错误
Port 20102 is already being used by another process (pid: 821)
尽管进程不活跃:ps ax | grep 821没有提供任何信息
ps ax | grep 821
netstat -a | grep 20102也不给出任何东西
netstat -a | grep 20102
这怎么可能以及可以做什么?
linux ubuntu port
linux ×1
port ×1
ubuntu ×1