other languages
NOHUP(1) | 用戶命令 | NOHUP(1) |
名稱¶
nohup - 使程序運行時不掛起,不向 tty 輸出信息概述¶
nohup 命令 [參數列表]...nohup 選項
描述¶
運行命令,並忽略掛起信號。- --help
- 顯示此幫助信息並退出
- --version
- 顯示版本信息並退出
如果標準輸入來自終端,則將標準輸入重定向爲一個不可讀文件;如果標準輸出定向至終端,則在可能的情況下將輸出附加在 'nohup.out' 文件後,否則附加到 '$HOME/nohup.out'。如果標準錯誤定向至終端,則重定向至標準輸出。使用“nohup 命令 > 文件”可將輸出保存到指定文件。
注意:您的 shell 可能內置了自己的 nohup 程序版本,它通常會覆蓋這裏所提及的相應版本。請查閱您的 shell 文檔獲知它所支持的選項。
作者¶
由 Jim Meyering 編寫。報告錯誤¶
GNU coreutils 的在線幫助: <../../software/coreutils/>請向 <../../team/zh_CN.html> 報告 nohup 的翻譯錯誤。
版權¶
Copyright © 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <../../licenses/gpl.html>.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
參見¶
完整文檔請見: <../../software/coreutils/nohup>或者在本地使用: info '(coreutils) nohup invocation'
跋¶
本頁面中文版由中文 man 手冊頁計劃提供。中文 man 手冊頁計劃:../../man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |