kill - Windows command-line utility to terminate or signal the specified processes
kill -s signalname pid...
kill -p -s signalname pattern
kill -l
kill [-signalname] pid...
kill -p [-signalname] pattern
kill [-signalnumber] pid...
kill -p [-signalnumber] pattern
The kill(1w) utility terminates or signals the specified processes. It terminates only the parent process; it does not affect the child processes.
To run this version of kill, on the command line, type kill.exe.
To terminate a process, you might need to have the Debug Programs (SeDebug) privilege. For information about how to grant this permission, refer to the Windows operating system documentation.
The kill utility supports the following options:
The kill utility supports the following signals:
The kill utility supports the wildcard characters
asterisk
Possible exit-status values are:
ps(1w)
sleep(1w)
top(1w)
wait(1w)