[SLL] Screen

Adam Monsen haircut at gmail.com
Sun Jan 13 10:17:08 PST 2008


On Jan 13, 2008 9:17 AM, Eric Kahklen <eric at kahklen.com> wrote:
[...]
> I haven't experimented with too many options mainly because
> I didn't want to interrupt the lengthly processes I was running.
[...]

You can start as many screen sessions as you want. It is often handy
to have a couple named sessions standing by for different tasks.

screen -S dev
(detach)

screen -S admin
(detach)

screen -list
There are screens on:
        21533.admin     (Detached)
        21477.dev       (Detached)

...then, to do some admin work:
screen -r admin

-- 
Adam Monsen


More information about the linux-list mailing list