How to kill a windows process in a cygwin terminal?
Posted
by
user1093774
on Super User
See other posts from Super User
or by user1093774
Published on 2012-06-01T11:25:00Z
Indexed on
2012/06/21
3:19 UTC
Read the original article
Hit count: 343
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 :)
© Super User or respective owner