Search code examples
linuxlinux-kernel

how to identify the priority range in Linux?


The nice command is used to set the priority of the process. I want to know what is the priority range in my system? How can I identify it?


Solution

  • The range of priorities supported by the nice utility is always -20 (highest) to 20 (lowest).