ss -tlnp | grep :80

Category: Self-Hosting

ss -tlnp | grep :80

Check specifically if something is listening on port 80

Checks whether anything is listening on port 80. If Nginx fails to start because 'address already in use', this reveals what's holding the port.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.