Difference between revisions of "LINUX - Find and kill process locking port on Mac"

From GUILLARD WIKI
Jump to navigation Jump to search
(Created page with "Find: <syntaxhighlight lang="linux"> sudo lsof -i :3000 </syntaxhighlight> Kill: <syntaxhighlight lang="linux"> kill -9 <PID> </syntaxhighlight> Source: https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac")
 
 
Line 11: Line 11:
</syntaxhighlight>
</syntaxhighlight>


Source: https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac
<br/>
<u>Source:</u> https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac

Latest revision as of 10:22, 15 April 2022