Dear/Beste Andrew Cutler, Saturday, December 21, 2002, 5:48:02 AM, Dan wrote:
> In the last episode (Dec 21), Andrew Cutler said: >> Does anyone know of a method to suspend and resume a telnet / SSH >> session. I know that it is possible to suspend and resume a serial >> console session, but is there any way to do it remotely using SSH? >> >> Essentially I'd like to be able to disconnect my session and then >> reconnect,say a day later and return to the same console session. > ports/misc/screen After you have installed this you do this: # screen # execute the command you want # ctrl-a d # exit The next time you can do: # screen -r And it all is back at the screen. -- Best regards/Met vriendelijke groet, Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
