SYNTAX

    disown [options] <job_spec>


OPTIONS

-h (--help) bool

Display help.


ARGUMENTS

<job_spec>

The identifier of the job the be disowned. Note, job identifiers are listed by the jobs command. [string]


DESCRIPTION

Disown a pending fshell job.

Ordinarily fshell observes the completion of any job (or command) that it creates. This command causes fshell to forget about a particular job. Note, it is only possible to disown jobs that comprise entirely of external process commands. Any attempt to disown a job that contains built in fshell commands will fail with KErrPermissionDenied.


SEE ALSO

jobs, reattach, start


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.