Operating System - HP-UX
1833445 Members
2935 Online
110052 Solutions
New Discussion

change of process priority

 
SOLVED
Go to solution
Indrajit_1
Valued Contributor

change of process priority

Hi All;

How do i change the priority of system process in hp unix ?? any help will be appreciated..

Thanks
indrajit
Never Ever Give Up
5 REPLIES 5
Bill Hassell
Honored Contributor

Re: change of process priority

The nice command will do this. nice can change the priority either direction. See the man page for details.


Bill Hassell, sysadmin
Pete Randall
Outstanding Contributor

Re: change of process priority

Take a look at the man page for "nice".


Pete

Pete
Ivan Ferreira
Honored Contributor
Solution

Re: change of process priority

You can use nice when you start the program, and renice to modify the priority of a running program.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Indrajit_1
Valued Contributor

Re: change of process priority

Hi all,

i m able to change the process priority.. Thanks for ur kind help..


Regards
Indrajit
Never Ever Give Up
Indrajit_1
Valued Contributor

Re: change of process priority

Hi all,

Thanks for ur kind help..


Regards
indrajit
Never Ever Give Up