unix

If you are logged into a Solaris machine:

In a terminal window, type,
xkill
Then it will ask you to click on the window you would like to choose

From any machine:

From a terminal window, type:
pkill -u your_username name_of_process
You...
On a Linux machine:

1. Make note of the name of the machine you are on.
2. Log into another machine
3. ssh into the machine that is frozen
4. type pkill -9 -u your_username 5. This should log you out and kill all the processes.
The frozen terminal...
Sometimes you may get the ^? character when hitting the backspace key.
There are several different ways to set your backspace key when this happens
  1. Type CTRL-h instead of using backspace
  2. Since backspace works at the command line, you will can...