특정 포트 사용하고 있는 프로세스 종료하기 sudo kill -9 `sudo lsof -t -i:9001` 특정 포트 사용하고 있는 프로세스 출력하기 sudo netstat -lpn |grep :9001