Timeline for Killing a running process in an Ubuntu machine remotely from a windows machine which is in LAN
Current License: CC BY-SA 2.5
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 27, 2010 at 9:31 | vote | accept | Renjith G | ||
| Dec 3, 2010 at 8:30 | comment | added | Kevin Cantu | Seriously? Let the admin worry 'bout that. If he's still got rlogin available, he might as well use it. :P | |
| Dec 2, 2010 at 18:16 | comment | added | kasterma | Better not use telnet; your password will be send in the clear. (although if you LAN only has completely trusted people on it, it won't hurt). | |
| Nov 6, 2010 at 11:27 | comment | added | Kevin Cantu | You're right. Of course, I find kill -9 satisfying when angry. ;D | |
| Oct 23, 2010 at 4:18 | comment | added | Steven D | I would just note that you want to avoid kill -9 if you can. Try kill PID twice, then try kill -INT PID before trying kill -9. SIGKILL is untrappable and thus doesn't allow the program to clean up after itself. | |
| Oct 23, 2010 at 3:36 | comment | added | phunehehe | +1, and I just want to add that on Windows, you can use PuTTY to ssh to a Linux/Unix machine chiark.greenend.org.uk/~sgtatham/putty | |
| Oct 22, 2010 at 20:09 | history | edited | Kevin Cantu | CC BY-SA 2.5 | added 33 characters in body; added 2 characters in body; added 10 characters in body |
| Oct 22, 2010 at 20:03 | history | answered | Kevin Cantu | CC BY-SA 2.5 |