ss
The ss command is a CLI tool for displaying network statistics. The tool is part of the iproute2 package and is a faster alternative to the netstat command.
Use the ss command to examine network sockets and view various network-related data.
ss [options] [filter]
It will replace netstat.
ss --help
sudo ss -ltunp
netstat -ltunp