Skip to content

nice

UNIX/Linux nice

Usage

Run a process with an specific priority

nice -n [nice value] [command]

Setting Priority of currently running process

renice [nice value] -p [process id]

Reference

General usage