Find the Process that Listen to a Port
Find the process that are listening to a said port…
lsof -i :80
Find the process that are listening to a said port…
lsof -i :80
This command will let you watch a log file for changes as soon as they happen.
tail -f log/development.log