renice.txt
来自「上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOU」· 文本 代码 · 共 16 行
TXT
16 行
-- renice --Change the priority level(s) of one or more processes.Usage: renice <priority> <process1> [process2] [...]The 'renice' command can be used to change the priority level(s) of one ormore processes. The first parameter is the new priority level for theprocess(es). Priority level can be from 0-7, with 0 being highest (real time)priority and 7 being lowest. The second parameter (and, optionally, anynumber of additional parameters) is the process ID of the process to change.To see a list of running processes, use the 'ps' command.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?