Re: automatically using "nice"

2003-07-01 Thread Thomas McIntyre
Simon Barner wrote: > You could either modify your scripts to use nice, or start a new > shell with an appropriate nice level. All the processes you launch > from that shell will inherit the nice level of that shell: A user can also be niced by login classes: gccuser:*:1000:0:interactive:::gc

Re: automatically using "nice"

2003-07-01 Thread Simon Barner
Hi, > is there a way to have the system automatically use nice on all > command-line apps during a session? i don't want to keep typing it over > and over every time i run a batch script or compilation. You could either modify your scripts to use nice, or start a new shell with an appropriate ni