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!)
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.
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
6 months ago
viewed
287 times
latest activity