MPE/iX Shell and Utilities Reference Manual, Vol 2

nice(1) MPE/iX Shell and Utilities nice(1)
NAME
nice — run a command at a different priority
SYNOPSIS
nice [–n number] command-line
nice [number] command-line
DESCRIPTION
Note: The MPE/iX implementation of this utility does not function exactly as this man page
describes. For details, see the MPE/iX NOTES section at the end of this man page.
nice runs a command at a different priority than usual. Normally, nice lowers the current
priority by 10.
The command-line must invoke a single utility command, without using compound com-
mands, pipelines, command substitution, and other special structures.
Options
nice accepts the following options:
–n number
lowers the current priority by number. On systems supporting higher priorities, a
user with appropriate privileges may use nice to increase priority by specifying a
negative value for number. For example,
nice -n -3 command
runs the command with an increased priority of 3.
number
is an obsolescent version of –n number.
ENVIRONMENT VARIABLES
nice uses the following environment variable:
PATH
determines the search path that nice uses to locate the command specified in com-
mand-line.
DIAGNOSTICS
If nice invokes the command-line, it exits with the exit status returned by command-line;
otherwise its exit status is one of the following.
1-125 An error occurred in the nice utility.
Commands and Utilities 1-391