[PLUG] how do I run a program without having to maintain a remote terminal?

Mike De La Mater mikedela at ipns.com
Tue Jan 28 17:57:02 UTC 2003


It doesn't need X, so I usually start it (as root) with "./foldit"

So to do this I enter "(./foldit)?

Mike

1/28/03 5:44:51 PM, Rogan Creswick <creswick at cs.orst.edu> wrote:

>$ (program-name&)
>
>the ()'s detach this process from it's parent (the terminal), the &
>makes it run in the background. You should be able to do that, then
>logout.
>
>Another option is to use screen, then you can re-attach a terminal to
>the process at same point. (screen -r)
>
>ie:
>
>$ screen <program>
>
>C-ad detaches the current screen sesion, then logout.
>
>$ screen -r # reattaches to this terminal, so you can interact
>            # with the program again.
>
>-Rogan
>
>On Tue, Jan 28, 2003 at 05:20:47PM -0800, Mike De La Mater wrote:
>> One of my servers graduated to being headless today.
>> 
>> I was used to running a distributed computing app from 
>> distributedfolding.org. 
>> 
>> As soon as I remembered to start the app, I realized that I 
>> needed to open a connection to run the app, and that the app 
>> would run in the window, stopping whan I closed the 
>> connection. 
>> 
>> It is prob pretty simple, but I have no idea how to do this.
>> 
>> Mike De La Mater
>> mikedela at ipns.com
>> 503-702-6749 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> PLUG mailing list
>> PLUG at lists.pdxlinux.org
>> http://lists.pdxlinux.org/mailman/listinfo/plug
>
>_______________________________________________
>PLUG mailing list
>PLUG at lists.pdxlinux.org
>http://lists.pdxlinux.org/mailman/listinfo/plug
>
Mike De La Mater
Small business networks and technology consulting
503-702-6749
mikedela at ipns.com 







More information about the PLUG mailing list