D**e 发帖数: 10169 | | t*n 发帖数: 14458 | 2 how to know the current priority of the process?
also, can you show me an example?
【在 D**e 的大作中提到】 : nice
| H****s 发帖数: 160 | 3 top, to see the current priority
top has a r command, which mean renice. you can use r command to change the
priority of a process.
or you can run the process with:
nice +## yourproc
where ## is a number<20, with 19 to be the lowest priority.
【在 t*n 的大作中提到】 : how to know the current priority of the process? : also, can you show me an example?
| q*****m 发帖数: 73 | 4 what if the OS does not have "top"?
【在 H****s 的大作中提到】 : top, to see the current priority : top has a r command, which mean renice. you can use r command to change the : priority of a process. : or you can run the process with: : nice +## yourproc : where ## is a number<20, with 19 to be the lowest priority.
| H****s 发帖数: 160 | 5 donno. probably `ps` can give it too. if no `ps`, no idea
【在 q*****m 的大作中提到】 : what if the OS does not have "top"?
| t*n 发帖数: 14458 | 6 //sign
no administrator right.
no priority increase
5555.............
【在 H****s 的大作中提到】 : donno. probably `ps` can give it too. if no `ps`, no idea
|
|