ss / netstat Keyboard Shortcuts & Commands (6)
6 ss / netstat shortcuts and commands.
Search all shortcuts interactively
Open Shortcut FinderAll Shortcuts
Network Status
| Shortcut | Action | Description |
|---|---|---|
| ss -tlnp | Listening ports | Show open TCP listening ports. |
| ss -ulnp | UDP listening | Show open UDP ports. |
| ss -s | Statistics | Show socket statistics summary. |
| ss -t state established | Connections | Show active TCP connections. |
| netstat -rn | Routing table | Show routing table. |
| netstat -i | Interface stats | Show network interface stats. |