LINUX - Find and kill process locking port on Mac

From GUILLARD WIKI
Revision as of 10:21, 15 April 2022 by Guillard (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search