disown a process in ksh

Posted by fahdshariff on Stack Overflow See other posts from Stack Overflow or by fahdshariff
Published on 2009-05-05T10:38:03Z Indexed on 2010/05/06 4:08 UTC
Read the original article Hit count: 614

Filed under:
|
|

The "disown" command works in bash, but not in ksh.

If I have started a process in ksh, how can I "disown" it, so I can exit my shell. (I know about nohup, but the process has already started!)

© Stack Overflow or respective owner

Related posts about unix

Related posts about disown