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

But I really suggest using screen for this. Then you can detach the shell 
with Ctrl-A D, and re-attach later with screen -DR.

        Wonko

Reply via email to