vote up 0 vote down star

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!)

flag

76% accept rate

1 Answer

vote up 0 vote down

ksh93 supports the disown command. Also, some versions of nohup allow you to specify a process id with the -p option, instead of a command.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.