Unix, Linux

[Mac] PORT 사용중인 프로세스 보기 및 죽이기

혀나Lee 2016. 12. 13. 09:07

프로세스 보기

$ lsof -i :<port>
# $ lsof -i :8080


프로세스 죽이기

$ kill -9 <PID>