michaelsanford
Translator, Web Developer
Code:
[gwailo:~]% renice 20 `ps -aux | grep LimeWire | awk '{print $2}'`
1804: old priority 20, new priority 20
renice: 1930: getpriority: No such process
1804 is the correct PID for LimeWire, so what's all this business with 1930 on the second line?
PS I had issued this command once before, which is why the old priority was already 20...
Thanks!