1.

Can You Change The Priority Of A Process In Unix?

Answer»

You can use the RENICE command to change the priority of a UNIX process with the following RESTRICTIONS:

  • A user can only change the nice value of processes, which they own
  • A user cannot start processes with nice values less than 20
  • A user cannot lower the nice values of their processes after they have raised them
  • ROOT has FULL access to the renice command

You can use the renice command to change the priority of a UNIX process with the following restrictions:



Discussion

No Comment Found