menu
Laravel
Laravel Tutorials
Testing
Laravel Dusk
TDD in Laravel
VueJS
FrontEnd
Javascript
VueJS
BootStrap
PHP
WordPress
Hosting Laravel
About Me
5 Balloons
Check which process is using port 80 in OSX
In
Linux
July 16, 2015
177 Views
tgugnani
You need to run these commands as root to show other users’ processes, for example:
sudo lsof -i ':80'
If you want to close any particular process you can kill the process by executing below command
sudo kill processid