mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
disown: add page (#2200)
This commit is contained in:
parent
2144955671
commit
5cf741400d
16
pages/linux/disown.md
Normal file
16
pages/linux/disown.md
Normal file
@ -0,0 +1,16 @@
|
||||
# disown
|
||||
|
||||
> Allow sub-processes to live beyond the shell that they are attached to.
|
||||
> See also the `jobs` command.
|
||||
|
||||
- Disown the current job:
|
||||
|
||||
`disown`
|
||||
|
||||
- Disown a specific job:
|
||||
|
||||
`disown %{{job_number}}`
|
||||
|
||||
- Disown all jobs:
|
||||
|
||||
`disown -a`
|
Loading…
Reference in New Issue
Block a user