Check open ports

If you want to check open ports on your Linux device, you can use the ss command (socket statistics). Older versions may use netstat.

ss

Example:

ss -tulpen

Flags:

 


Revision #1
Created 2026-03-22 12:41:42 UTC by Matthias
Updated 2026-03-22 12:43:28 UTC by Matthias