Find Out What Is Using TCP Port 80 in Linux
Use /proc/$pid/exec file find out what is using port 80 First, find out the processes PID that opened tcp port 90, enter: # fuser 80/tcp Sample outputs: 80/tcp: 12161 21776 25250 25393Read More…
Use /proc/$pid/exec file find out what is using port 80 First, find out the processes PID that opened tcp port 90, enter: # fuser 80/tcp Sample outputs: 80/tcp: 12161 21776 25250 25393Read More…