Listing all active internet connections on Linux
By jeltsch on Wed, 09/02/2020 - 07:31There are many possibilities, but perhaps the most friendly command is:
netstat -natp
There are many possibilities, but perhaps the most friendly command is:
netstat -natp
To list all ports that a server is listening to:
sudo netstat -plnt