This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / Help with Unix nice/renice commandI am using solaris, and super user 'root'
I ran
renice -n -5 12345
and got:
renice: 12345: Cannot lower nice value.
Why? Not enough permission?
Also i use:
nice -n -5 abc.sh
and then ps -elf and found nice level is still 20, instead of 15...
Thanks a lot in advance!
-michaellucad(michaellucad);
2009-3-30
{285}
(#5155246@0)
-
make sure you are not running csh. try it under ksh or bash first and post the results.
-buma(。。。。);
2009-3-30
(#5155305@0)
-
same. I used sh first, then ksh. all minimum nice level is 20. May due to the server is not pure 'standalone' server...
-michaellucad(michaellucad);
2009-3-31
(#5156633@0)
-
You are not root user.
-diresu(makeITwork);
2009-4-2
(#5163011@0)
-
I used root user. The server is not a total 'stand-alone' solaris server.
-michaellucad(michaellucad);
2009-4-5
(#5171874@0)