Starts a process with a custom priority. The default “nice level” is 0.
Runs command with minimum priority (when noting else runs)
nice -n 20 command
Runs command with maximum priority
nice -n -19 command
Starts a process with a custom priority. The default “nice level” is 0.
Runs command with minimum priority (when noting else runs)
nice -n 20 command
Runs command with maximum priority
nice -n -19 command