Can you change priority of a Process in Unix

Questions by Pragati.rch

Showing Answers 1 - 3 of 3 Answers

jituoracle

  • Jan 6th, 2009
 

Unix does provide the command nice [increment] command to lower a priority of a process.
As system administrator you can use the renice command to change the priority of a process, all processes of a user, or all processes belong to a group of users. The renice command has the form

/etc/renice priority [ [ -p ] pid ... ] [ [ -g ] pgrp ... ] [ [ -u ] user

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions