NICE(1) | General Commands Manual | NICE(1) |
nice
— invoke
command with modified nice scheduling value
nice |
[-n increment]
command [argument...] |
nice
runs command
with a modified niceness, changing the scheduling of the process.
As required by POSIX, if the user lacks the privileges to change the niceness a warning message is printed to stderr but the execution continues and command gets executed, without it's niceness changed.
-n
incrementIf command is invoked, the exit status of
nice
shall be the exit status of
command; Otherwise, the nice
utility shall exit with one of the following values:
nice
utility.nice
should be compliant with the IEEE Std
1003.1-2024 (“POSIX.1”) specification.
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
2024-04-18 | Linux 6.6.67-gentoo-x86_64 |