View Single Post
  #3  
Old February 3rd, 2008, 10:20 PM
thoule thoule is offline
Registered User
 
Join Date: Mar 2002
Location: Connecticut USA
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
thoule is on a distinguished road
screen

Even a background command will be killed sometimes when the shell is closed. Instead, use the 'screen' command. that'll open a virtual window.

Type screen at a command prompt to open a virtual session. Run your program, then press Control-A, then Control-D to break away from the screen. To resume the screen, open another terminal window and type screen -r and you'll be reconnected.

Todd
__________________
******************************
Wesleyan University
Macintosh Specialist
Reply With Quote