NICE(1) - General Commands Manual
NICE(1) - General Commands Manual # NICE(1) - General Commands Manual NAME # nice - execute a utility with an altered scheduling priority SYNOPSIS # nice [-n increment] utility [argument …] DESCRIPTION # nice runs utility at an altered scheduling priority. If an increment is given, it is used; otherwise an increment of 10 is assumed. The superuser can run utilities with priorities higher than normal by using a negative increment. ...