Gui to show listening ports

This is so cool is there something equivalent on linux?

I know it isn’t GUI, but isn’t “lsof -i” not doing(mostly the same?

You get the same info from the ss command line tool.
Try ss -tapn to see the tcp ports being listened to and the active connections.

1 Like