unix - disown a process in ksh -


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

If I process in Ksh, how can I "reject" it, so I can get out of my shell. (I know about Noah, but the process has already started!)

ksh93 Supports rejection. In addition, some versions of Noopup allow you to specify a process ID with the -p option instead of the command.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -