jdetach - Detach a group of processes from a job
SYNOPSIS
jdetach -p pid | -j jid
DESCRIPTION
jdetach allows a process, or all processes attached to a
job, to be detached from a job. The processes are allowed
to continue running after they are detached. This command
is useful for those occasions where you accidently start a
daemon process within a job and need to move that daemon
process out of the job.
To successfully detach a process from a job, the user must
be root or have the CAP_SYS_RESOURCE capability.
OPTIONS
The jjddeettaacchh command accepts that following options:
--pp pid Detach the process identified by the
specified pid (process ID).
--jj jid Detach all processes attached to the
job specified by jid (job ID).
SEE ALSO
job(7)
Man(1) output converted with
man2html