Wednesday, May 27, 2009

Setting new nice value for a user's processes

To set a new nice value for all processes of a user the renice command can be used. For example to set a nice to 10:sudo renice 10 -u username.

No comments:

Post a Comment