On Tuesday 01 March 2011 21:21:32 Alex Schuster wrote: > Jarry writes: > > is there any way to move running (already started) process > > to background, and disconnect it from screen/terminal > > so that I could log off (without terminating the process)? > > Ctrl-Z > bg
I think to be able to detach from the terminal w/o terminating the process you also need 'disown'. Regards

