[MacOS] 특정 포트의 프로세스 강제 종료하기 (Unix, Linux)
맥북이나 아이맥같은 Mac OS 환경에서 개발시 이클립스나 IntelliJ같은 IDE가 비정상적으로 종료 되거나 하여 WAS 실행시 여전히 포트가 떠있어 WAS 실행이 안되는 경우가 있는데 이런경우 특정 포트로 떠있는 서비스를 확인하여 강제 종료하여 처리할 수 있습니다. Several ports (8080, 8009) required by Tomcat v8.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other proce..