mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 07:57:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -19,12 +19,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run a program creating a new process:
|
||||
|
||||
`setsid --fork {{program}}`
|
||||
`setsid {{[-f|--fork]}} {{program}}`
|
||||
|
||||
- Return the exit code of a program as the exit code of setsid when the program exits:
|
||||
|
||||
`setsid --wait {{program}}`
|
||||
`setsid {{[-w|--wait]}} {{program}}`
|
||||
|
||||
- Run a program in a new session setting the current terminal as the controlling terminal:
|
||||
|
||||
`setsid --ctty {{program}}`
|
||||
`setsid {{[-c|--ctty]}} {{program}}`
|
||||
|
||||
Reference in New Issue
Block a user