Files
tldr/pages.zh/common/nice.md

13 lines
397 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# nice
> 使用自定义调度优先级(亲和度)执行程序。
> 亲和度值范围从 -20最高优先级到 19最低优先级
> 更多信息:<https://www.gnu.org/software/coreutils/nice>。
- 启动具有更改优先级的程序:
`nice -{{niceness_value}} {{command}}`
- 使用显式选项定义优先级:
`nice {{-n|--adjustment}} {{niceness_value}} {{command}}`