Re: Starting screen from logon script
"David T. Pierson" <dtp-tWP3OOf8k3DqlBn2x/[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <1348804054.11486%[email protected]> |
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