-
윈도우 포트(window port) 죽이기(kill) 8080 8000내가 만든 포트 kill하기WindowsOS개발환경/PowerShell 2023. 6. 24. 18:24728x90
netstat : 실행중인 port 찾기 netstat -a -o : 실행중인 port 표시, 프로세스id(pid) 표시 taskkill /f /pid 1234 : 1234 프로세스id(pid) kill하기
https://killohotel.tistory.com/entry/window-port-%EC%A3%BD%EC%9D%B4%EA%B8%B0
// 8080 port찾기 netstat -vanp tcp | grep 8080
macOS
https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac
반응형'WindowsOS개발환경 > PowerShell' 카테고리의 다른 글
윈도우 부팅할 때 PowerShell파워셀 스크립트 Script 실행하기 (0) 2023.03.10 pwsh.exe💕명령어 한줄에 동시에 2개 입력하는 방법&& (0) 2023.02.13 파워셀 업데이트 하기powershell update(pwsh.exe 관리자권한으로 들어가서 밑에 그냥 치면 됨. 개편함. 💕 (0) 2023.02.13 Powershell에서 파일 내 문자열 찾기 폴더에서 *.cpp 이렇게 (0) 2023.02.13 WindowsOS❤️윈도우에서 러스트 target폴더 하위폴더 검색하기 & 찾은 다음 그 폴더 삭제하기(러스트 나오는 쓰레기target/ C#나오는 쓰레기 obj bin하위 폴더 찾아서 다 지워라 귀찮다!! (0) 2023.02.13 WindowsOS💕파워셀 실행명령어pwsh.exe(또는 powershell.exe) (0) 2023.02.08 Powershell 03 IO (2023) (0) 2023.01.25 기초명령어❤️How do you use the Command line? PowerShell, cmd, bash? - (0) 2023.01.24