Skip to content
/ nkill Public

Kills processes listening on the given ports

Notifications You must be signed in to change notification settings

iCart/nkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nkill

Kills all processes listening on the given (tcp or tcp6) ports.

INSTALL

  • Clone
  • sudo ln -s /path/to/nkill.py /usr/bin/nkill

USAGE

Say your webserver is listening on port 8080 and refuses to stop:
nkill 8080
Sometimes, process fork and will need to be killed many times, just run something like:
watch -n 0 "nkill 8080"

About

Kills processes listening on the given ports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages