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.