other languages
other sections
NICE(1) | 用戶命令 | NICE(1) |
名稱¶
nice - 改變執行程序的調度優先級概述¶
nice [選項] [命令 [參數]...]描述¶
以調整過的優先級運行命令以影響進程調度。如果未給出命令,則顯示當前的優先級。優先級的值的範圍從-20(最高級)到19(最低級)。必選參數對長短選項同時適用。
- -n, --adjustment=N
- 給優先級加上整數N(默認爲10)
- --help
- 顯示此幫助信息並退出
- --version
- 顯示版本信息並退出
注意:您的 shell 可能內置了自己的 nice 程序版本,它會覆蓋這裏所提及的相應版本。請查閱您的 shell 文檔獲知它所支持的選項。
作者¶
由 David MacKenzie 編寫。報告錯誤¶
GNU coreutils 的在線幫助: <http://www.gnu.org/software/coreutils/>請向 <http://translationproject.org/team/zh_CN.html> 報告 nice 的翻譯錯誤。
版權¶
Copyright © 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://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.
參見¶
nice(2), renice(1)完整文檔請見:
<http://www.gnu.org/software/coreutils/nice>
或者在本地使用: info
'(coreutils) nice invocation'
跋¶
本頁面中文版由中文 man 手冊頁計劃提供。中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |