sudo apt-get install lsof
lsof -i:8080
kill $(lsof -t -i:8080)
Last active
April 25, 2022 21:54
-
-
Save alidevhere/78f046894539bd46c48f9079b6a4278d to your computer and use it in GitHub Desktop.
find and kill a process running on a port
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment