I have a problem regarding how to kill a process in Cygwin on Windows. I amcompletely new to Cygwin. But I have a task that I simply cant kill. I havetried issuing the following commands:
kill 4568kill -9 4568/bin/kill -f 4568
I have issued the commands in a separate Cygwin terminal since I cannot Ctrl+Cit in the Cygwin terminal where the process run. I have searched all over theinternet without success.