faq

By default, your reply-to address it the address from which you send the message.You can change this so that replies go to another address.
1.) Run pine
2.) select S for Setup
3.) select C for Configure
4.) type W for Where is
5.) type customized...
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...
1. From a terminal window type,
hexbin -d file_name

This will create a file with the name file_name.data

2. Rename the file to remove the .data extension
mv file_name.data file_name

Now you can open up the file with the usual application...