A previous post discussed how to list Windows processes from Cygwin. To kill those processes, use the following command. Note that the kill command is actually /bin/kill and not /usr/bin/kill. Make sure you are using the right binary.
/bin/kill -f <process id>
No comments:
Post a Comment