TIMEOUT(1) | 使用者命令 | TIMEOUT(1) |
timeout - 在規定時限內執行一個命令
timeout [選項列表]
持續時間 命令
[引數列表]...
timeout [選項列表]
執行所給命令,如果它超過指定時間後仍在執行,則殺死其程序。
必選引數對長短選項同時適用。
--preserve-status
--foreground
-k, --kill-after=持續時間
-s, --signal=訊號
持續時間應當是一個浮點數,字尾是可選的:“s”表示秒(預設值),“m”表示分鐘,“h”表示小時,或者使用“d”表示天數。若持續時間為 0,將禁用所關聯的超時配置。
超時以後,如果沒有指定其他“訊號”,則向給定“命令”傳送 TERM 訊號。TERM 訊號將殺死沒有阻塞或捕獲該訊號的程序。有時可能需要使用 KILL 訊號,因為此訊號無法被捕獲。
某些平臺目前不支援將超時時間設定為超過 2038 年。
由 Padraig Brady 編寫。
GNU coreutils 的線上幫助:
<https://www.gnu.org/software/coreutils/>
請向 <https://translationproject.org/team/zh_CN.html>
報告翻譯錯誤。
Copyright © 2022 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/timeout>
或者在本地使用: info
'(coreutils) timeout invocation'
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2022年9月 | GNU coreutils 9.1 |