nice.1
来自「minix操作系统最新版本(3.1.1)的源代码」· 1 代码 · 共 27 行
1
27 行
.TH NICE 1.SH NAMEnice \- invoke command with higher or lower scheduling priority.SH SYNOPSIS\fBnice\fP [\fB\-n\fP increment] \fIutility\fP [\fIargument\fP...].SH DESCRIPTIONThe.B niceutility runs \fIutility\fP at a different scheduling priority thanthe default. The nicer the process is to others (the higher theincrement), the less favourable the scheduling is. Super-userscan give a negative increment, meaning scheduling is more favourablethan the default..SH OPTIONS.TP.B \-n \fIincrementthe increment value sets how nice the invoked command will be. 0 isthe same priority as regular processes. 10 is the default.The range is -20 to 20..SH SEE ALSOgetpriority(2), setpriority(2).SH AUTHORThis.B niceutility was imported from FreeBSD. This manual page was writtenBen Gras <beng@few.vu.nl>.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?