nice.1
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 49 行
1
49 行
.TH NICE 1 .SH NAMEnice, nohup \- run a command at low priority.SH SYNOPSIS.B nice[.BI \- number]command [ arguments ].PP.B nohupcommand [ arguments ].SH DESCRIPTION.I Niceexecutes.I commandwith low scheduling priority.If the.I numberargument is present, the priority is incremented (highernumbers mean lower priorities) by that amount up to a limit of 20.The default.I numberis 10..PPThe super-user may run commands withpriority higher than normalby using a negative priority,e.g. `\-\-10'..PP.I Nohupexecutes.I commandimmune to hangup and terminate signals from the controlling terminal.The priority is incremented by 5..I Nohupshould be invoked from the shell with `&' in order to prevent it from responding to interrupts by orstealing the input fromthe next person who logs in on the same terminal..SH FILESnohup.out standard output and standard error file under.I nohup.SH "SEE ALSO"nice(2).SH DIAGNOSTICS.I Nicereturns the exit status of the subject command.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?