Skip to content
/ close Public

Kill all processes on a port with one of many signals (works on Windows (probably))

Notifications You must be signed in to change notification settings

werdl/close

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

close

close down all processes using a certain port

usage

close <port> (<signal (default SIGKILL)>)

signals

  • -1 - SIGHUP
  • -2 - SIGINT
  • -3 - SIGQUIT
  • -4 - SIGILL
  • -5 - SIGTRAP
  • -6 - SIGABRT
  • -7 - SIGBUS
  • -8 - SIGFPE
  • -9 - SIGKILL
  • -10 - SIGUSR1
  • -11 - SIGSEGV
  • -12 - SIGUSR2
  • -13 - SIGPIPE
  • -15 - SIGTERM
  • -17 - SIGCHLD
  • -19 - SIGSTOP

About

Kill all processes on a port with one of many signals (works on Windows (probably))

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages