-
Notifications
You must be signed in to change notification settings - Fork 0
netstat
Xuwei Li edited this page Jan 31, 2022
·
6 revisions
- https://www.cyberciti.biz/faq/what-process-has-open-linux-port/
- https://www.tecmint.com/find-out-which-process-listening-on-a-particular-port/
- https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac
% netstat -anpv tcp | grep <Port>or
% lsof -i tcp:<Port>% ps -p <PID> -o command