Linux : port check Hint

netstat -tnl

 

lsof -i -P -n | grep LISTEN

netstat -tulpn | grep LISTEN

ss -tulpn | grep LISTEN

lsof -i:22 

nmap -sTU -O