mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
nohup: add link (#5617)
This commit is contained in:
parent
e773c61881
commit
277fb11123
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# nohup
|
||||
|
||||
> اجرای یک پردازش در پس زمینه حتی زمانی که ترمینال بسته شود.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html>.
|
||||
|
||||
- اجرای پردازش در پس زمینه فارغ از اجرا بودن ترمینال:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# nohup
|
||||
|
||||
> Tillåter en process att leva när terminalen dödas.
|
||||
> Mer information: <https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html>.
|
||||
|
||||
- Kör process som kan leva bortom terminalen:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# nohup
|
||||
|
||||
> Allows for a process to live when the terminal gets killed.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html>.
|
||||
|
||||
- Run process that can live beyond the terminal:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue