disown


Get help on Linux disown Command.
Linux disown command is use to remove job from current shell on Linux system. The Linux disown command is one of bash shell built in command. The command example below show how to get help on Linux disown command using shell command, this help show information on how to use the Linux disown command, the disown command options and the arguments that can be use with Linux disown command.
Get Linux disown command help
Execute help command and the name of Linux command that we want the help file, the example below we execute help command to get help for disown command.

[linux@fedora11 ~]$ help disown
disown: disown [-h] [-ar] [jobspec ...]
Remove jobs from current shell.
Removes each JOBSPEC argument from the table of active jobs. Without
any JOBSPECs, the shell uses its notion of the current job.
Options:
-a remove all jobs if JOBSPEC is not supplied
-h mark each JOBSPEC so that SIGHUP is not sent to the job if the
shell receives a SIGHUP
-r remove only running jobs
Exit Status:
Returns success unless an invalid option or JOBSPEC is given.
[linux@fedora11 ~]$
Keywords: disown, disown command, linux disown command, disown linux command, disown help, help disown, command disown help, help disown command
- Login or register to post comments
- 510 reads
- Tell your friends
