sysutils_nice.md 147 B

Run a process with nice

$ nice -n 20 firefox

Modify the nice level for a running application

$ renice -n 20 firefox