Re: Saving running program to a file.
From: SINNER (99nesorjd_at_gates_of_hell.INVALID)
Date: 07/29/03
- Previous message: A. Ben Hmeda: "Re: Any frontend to RPM out there?"
- In reply to: Bill Unruh: "Saving running program to a file."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jul 2003 03:27:27 GMT
["Followup-To:" header set to alt.os.linux.]
Bill Unruh Wrote in alt.os.linux, on Tue, 29 Jul 2003 01:57:26 +0000 (UTC):
> Is it possible to save a running program to a file, so that later I can
> somehow run the file and the program will run in exactly the state it
> was in when I saved it?
how about:
man screen.
I use it for slrn in an ssh session, this waay in the event that the ssh
session dies, I dont have to kill slrn to get back in, just type screen
-D -r and I am right where I left off.
As a sample, start screen, start your app, press CTL-a d and you will
'detach' from the session. To get back in, type screen -r.
Very underated utility. Almost a desktop manager for console apps.
see this article for more on screen:
http://palm.freshmeat.net/articles/view/581/
-- David "An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it will also make better soup." - H.L. Mencken
- Previous message: A. Ben Hmeda: "Re: Any frontend to RPM out there?"
- In reply to: Bill Unruh: "Saving running program to a file."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|