nice.2
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 2 代码 · 共 40 行
2
40 行
.TH NICE 2 .SH NAMEnice \- set program priority.SH SYNOPSIS.B nice(incr).SH DESCRIPTIONThe schedulingpriority of the process is augmented by.IR incr .Positive priorities get lessservice than normal.Priority 10 is recommended to userswho wish to execute long-running programswithout flak from the administration..PPNegative increments are ignored except on behalf of the super-user.The priority is limited to the range\-20 (most urgent) to 20 (least)..PPThe priority of a process ispassed to a child process by.IR fork (2).For a privileged process to return to normal priorityfrom an unknown state,.I niceshould be called successively with arguments\-40 (goes to priority \-20 because of truncation),20 (to get to 0),then 0 (to maintain compatibility with previous versionsof this call)..SH "SEE ALSO"nice(1).SH ASSEMBLER(nice = 34.).br(priority in r0).br.B sys nice
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?