On Sun, Feb 03, 2002 at 07:27:21PM -0600, Lance Hoffmeyer wrote: > Any suggestions on how to kill a tty that is frozen without > rebooting? I have tried > > slay lance > skill tty2 > skill KILL tty2 > skill NOHUP tty2 > skill HUP tty2
How about raw command # su # ps aux| grep tty2 ... see process number # kill xxxxx Here, xxxxx is the process number. -- ~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ + Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D + + My debian quick-reference, http://qref.sourceforge.net/quick/ +

