728x90
맥 실행중인 포트 확인 명령어는 lsof -i :8080
[예시]
lsof -i :8080
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 1234 비타민찌 IPv6 0t0 TCP *:http-alt (LISTEN)
실행 중인 포트 죽이기 명령어 kill -9 PID번호
[예시]
kill -9 1234
728x90
'🐧 리눅스 𝐋𝐢𝐧𝐮𝐱' 카테고리의 다른 글
Elasticsearch version 버전 확인 (0) | 2023.02.28 |
---|---|
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===Authentication is required to manage system services or units. (0) | 2023.01.19 |
top 명령어 메모리 관련 VIRT, RES, SHR, %MEM (0) | 2022.12.27 |
[Linux] curl 명령어 옵션, 사용 방법 (웹 요청 명령어) (0) | 2022.12.11 |
ubuntu(20.04.4) nodejs, npm 제거 (0) | 2022.06.10 |
댓글