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 |