BMX Bicycle freestyle
BMX Bicycle freestyle

Thursday, February 5, 2009

change process priority with using only process name

sudo renice 20 $(pgrep nicotine)
sudo renice 20 $(pgrep linuxdcpp)
sudo renice 20 $(pgrep transmission)

will change priority in terminal. (replace process names and priority number)

you may try also using nice (to avoid entering password)

0 comments:

Post a Comment