Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!umich!terminator!pisa.citi.umich.edu!rees From: rees@pisa.citi.umich.edu (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: process priorities (problem?) Message-ID: <5049bf48.1bc5b@pisa.citi.umich.edu> Date: 10 Mar 91 22:22:17 GMT References: <18030@milton.u.washington.edu> <504080ad.20b6d@apollo.HP.COM> <1991Mar10.121848.8362@agate.berkeley.edu> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project Lines: 21 In article <1991Mar10.121848.8362@agate.berkeley.edu>, dpassage@sandstorm.Berkeley.EDU (David G. Paschich) writes: Actually, just because Apollo lets users renice things doesn't mean you have to: sandstorm [100] su Password: # chown root //*/etc/renice # chmod 700 //*/etc/renice That doesn't help much unless you also close up /usr/apollo/lib/cc*. #include #include main(ac, av) int ac; char *av[]; { setpriority(PRIO_PROCESS, atoi(av[1]), -20); }