logging out leaving a command running

Jhair Tocancipa Triana jhair_tocancipa at gmx.net
Mon Jan 23 08:27:46 UTC 2006


jim barnes writes:
> script &
> exit

Yuki Cuss writes:
> Unfortunately, the subshell is closed when the parent is.

You can avoid that using (note the parenthesis):

(script &)

Anyway, using screen is a better solution.

-- 
--Jhair

PGP key available from public servers - ID: 0xBAA600D0





More information about the ubuntu-users mailing list