Scanning for open ports
lsof
list of open files
lsof -i -P -n | grep LISTEN
netstat
Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
netstat -tulpn | grep LISTEN
ss
utility to investigate sockets
ss -tulpn...
bartko.hashnode.dev1 min read