DISOWN(1) | User Commands | DISOWN(1) |
disown - ksh93 built-in function to disassociate a job with the current shell
disown [job ...]
The ksh93 disown command prevents the current shell from sending a HUP signal to each of the specified jobs when the current shell terminates a login session.
If job is omitted, disown sends the HUP signal to the most recently started or stopped background job.
The following operands are supported:
job
Specify job as one of the following:
number
-number
%number
%string
%?string
%+ or %%
%-
0
>0
Example 1 Disowning a Job
The following example disowns job 1:
example% disown %1
David Korn, dgk@research.att.com
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Uncommitted |
April 18, 2007 | OmniOS |