IA>> It there a way to tell the system to run any process that belongs to a
IA>> specific user to have a specific nice level?
renice -4 -u niceuser
IA>> Or alternatively, is there a way to tell the system to have a specific
IA>> nice level for a process name?
renice -4 `ps auxww | grep -v grep | grep process_name | awk '{print $1}'`
--
[EMAIL PROTECTED] \/ There shall be counsels taken
Stanislav Malyshev /\ Stronger than Morgul-spells
phone +972-3-9316425 /\ JRRT LotR.
http://sharat.co.il/frodo/ whois:!SM8333
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]