[aklug] Re: does job run after logout

From: Jeremy Austin <jhaustin@gmail.com>
Date: Thu Oct 28 2010 - 20:15:37 AKDT

On Thu, Oct 28, 2010 at 7:55 PM, Jason McEachen
<jason@brightshinyobject.com> wrote:
> There's always "screen" to start a session that's shell independent
>
> --Jason

Can't live without screen.

In my ~/.screenrc :

--------
hardstatus alwayslastline " %d.%m.%y %c %w %l %n"
sorendition 06 41
----------

which gives me the time, date, system load, and screen list in a hard
status line at the bottom.

and in my ~/.bashrc :

alias q="screen -d"
alias r="screen -D -R"

So after login, I can type just 'r' to pick up exactly where I left
off. 'q' will safely detach, leaving jobs running until the next time
I log in.

jermudgeon
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Thu Oct 28 20:16:06 2010

This archive was generated by hypermail 2.1.8 : Thu Oct 28 2010 - 20:16:06 AKDT