Scroll to navigation

NOHUP(1) 使用者命令 NOHUP(1)

名稱

nohup - 使程式執行時不掛起,不向 tty 輸出資訊

概述

nohup 命令 [引數列表]...
nohup 選項

描述

執行命令,並忽略掛起訊號。

顯示此幫助資訊並退出
顯示版本資訊並退出

如果標準輸入來自終端,則將標準輸入重定向為一個不可讀檔案;如果標準輸出定向至終端,則在可能的情況下將輸出附加在 'nohup.out' 檔案後,否則附加到 '$HOME/nohup.out'。如果標準錯誤定向至終端,則重定向至標準輸出。使用“nohup 命令 > 檔案”可將輸出儲存到指定檔案。

注意:您的 shell 可能內建了自己的 nohup 程式版本,它通常會覆蓋這裡所提及的相應版本。請查閱您的 shell 文件獲知它所支援的選項。

作者

由 Jim Meyering 編寫。

報告錯誤

GNU coreutils 的線上幫助: <https://www.gnu.org/software/coreutils/>
請向 <https://translationproject.org/team/zh_CN.html> 報告翻譯錯誤。

版權

Copyright © 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/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.

參見

完整文件請見: <https://www.gnu.org/software/coreutils/nohup>
或者在本地使用: info '(coreutils) nohup invocation'

本頁面中文版由中文 man 手冊頁計劃提供。
中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh

2020年三月 GNU coreutils 8.32