Re: Starting screen from logon script

2012-09-27 Thread David T. Pierson
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.or

Re: screen: how to start all my task automatically in a script?

2012-09-27 Thread Gerald Young
On Thursday, September 27, 2012 02:52:42 PM Peder Stray wrote: > On Thu, 27 Sep 2012, ping wrote: > > guys/experts: > > like the email subject, I recently upgrade my system and seems have to > > reboot more frequently than before. > > I found it annoying that I have to re-create each window and sta

Re: screen: how to start all my task automatically in a script?

2012-09-27 Thread Peder Stray
On Thu, 27 Sep 2012, ping wrote: guys/experts: like the email subject, I recently upgrade my system and seems have to reboot more frequently than before. I found it annoying that I have to re-create each window and start my apps in each window manually, after a system reboot. I know there mus

screen: how to start all my task automatically in a script?

2012-09-27 Thread ping
guys/experts: like the email subject, I recently upgrade my system and seems have to reboot more frequently than before. I found it annoying that I have to re-create each window and start my apps in each window manually, after a system reboot. I know there must be a way to automate it, what is