Process Priority Processes can run at a higher or lower "priority" than other processes. Reasons to do this: long-running processes (eg computations, filtering) running in the background. Interactive processes (such video/audio, GUI applications). Only the root user can increase a process's priority. Commands: nice and renice interactively via top.