screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Starting screen from logon script


From: David T. Pierson
Subject: Re: Starting screen from logon script
Date: Thu, 27 Sep 2012 23:51:16 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Sep 25, 2012 at 12:30:55PM +0100, Another Sillyname wrote:
> Is there a way to start the screen -x root/Master session and still
> allow this calling script to finish?

It sounds like you want the `exec' shell builtin, which you can use
like:

  exec screen -x root/Master

http://www.gnu.org/software/bash/manual/html_node/Bourne-Shell-Builtins.html#Bourne-Shell-Builtins

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]