Has netstat been replaced by a newer program?
I noticed netstat is part of the nettools package which was replaced by ip command.
What program should i be using to check see open/listening ports on my local computer?
Has netstat been replaced by a newer program?
I noticed netstat is part of the nettools package which was replaced by ip command.
What program should i be using to check see open/listening ports on my local computer?
Is replacing netstat You can use it like this :
I use "show sockets":
This command also shows the associated processes:
Swap
-t
with-u
for UDP instead of TCP.In the beginning I always used
-ltpan
, but sometimes that shows a bit much.ss -h
(help on Ubuntu 18.04):Try :
It also includes, ipconfig, route and arp....