ubuntu port listen code example
Example 1: ubuntu listening ports
# To see ports in use
sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
Example 2: ubuntu open port
sudo ufw allow 1191/tcp
Example 3: see what is using a port ubuntu
$ sudo lsof -i:22