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, [email protected]
See attributes(5) for descriptions of the following attributes:
|
bg(1), jobs(1), ksh93(1), wait(1), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |