Changing execution priority of a process with nice command
A process priority can be specified with the use of ‘nice’ command.
nice command accepts -n parameter which specifies the priority of the process. This value can be from negative 20 to positive 19. Negative values will mean higher priority and positive values will mean lower priority.
In addition to priority, it is possible to specify a command to execute and the arguments of that command.
Comments
Post a Comment