Table of Contents

port

already use in port

프로세스 확인

lsof -i:8080

kill

kill $(lsof -t -i:8000)

;; fish
kill (lsof -t -i:8000)