lsof -i :3000

Category: Web App Development

lsof -i :3000

Show which process is using port 3000

Lists the process holding port 3000, including its PID and command name. lsof is the standard answer to which process stole my port. Add -P to skip name resolution for faster output.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.