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
Post a Comment