netstat command in linux to check specific port code example
Example 1: netstat command in linux to check specific port
netstat -tulpn | grep :80
Example 2: linux see used ports
netstat -tulpn
Example 3: check what ports are open linux
## if you use linux
sudo ss -tulw