How to kill a windows process in a cygwin terminal?
- by user1093774
I have a problem regarding how to kill a process in cygwin on windows. I am completely new to cygwin. But i have a task that i simply cant kill. i have tried issuing the following commands:
kill 4568
kill -9 4568
/bin/kill -f 4568
I have issued the commands in a separate cygwin terminal since i cant CTR-C it in the cygwin terminal where the process run. I have searched all over the internet without success :(
hope someone can help thanks :)