netstat
Commands
Command | Description |
---|---|
netstat -an | active connections |
ss -an | active connections |
netstat -ano | active connectsion with pid |
ss -ano | active connectsion with pid |
netstat -npl | shows open ports where server listens |
ss -npl | shows open ports where server listens |