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
HI
I have a mail server that doesn't run under the root account and I
thought it would be "nice" to set a nice level of -4 to it.
Because it doen't use the root account, this user can't change it's
priority level and I can only do that from outside the shell via a root
account.
It there a way t