(E-Mail Removed) wrote:
> hello all ... this might be a simple question, but i'm kind of a linux
> noobie ...
>
> i have a FC5 box in my apartment that my roommates and i use as a
> fileserver.
>
> ... since thats all it does, i want to put it to good use in its free
> time..
>
> i want to run a Folding@home client on it, but its a headless server,
> ... i only have console access when i log in via SSH .... i want to
> know how i can log in with SSH, and start the folding client, and then
> log out, and keep the folding client alive on the machine when the SSH
> client disconnects...
>
> ... is this possible? ...
>
> thank you ....
>
After you login, you run "screen" (assuming it is installed). You run
whatever application you have, then detach from the terminal with
Ctrl-A-D. If you want to reattach, run "screen -r".
man screen
(also: man nohup)
Mihai