Show which process/program is listening to what port using netstat and lsof
lsof -Pnl +M -i4 lsof -Pnl +M -i6 or netstat -tulpn netstat -npl There are obviously a number of ways to accomplish this, but these variations will cover a lot …
lsof -Pnl +M -i4 lsof -Pnl +M -i6 or netstat -tulpn netstat -npl There are obviously a number of ways to accomplish this, but these variations will cover a lot …