Misc networking status commands

From Andreida
Revision as of 02:08, 9 May 2024 by Andreas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Debian switched from netstat to ss. Both seem to share a lot of parameters.

To show a list of all current connections to the outside:

 ss -tup
 netstat -tup

To show the list again and again

 netstat -tupc

Add the ones which currently only listen

 netstat -tupl
 ss -tupl