How does a higher Linux nice value affect a process's CPU scheduling priority?
It gives the process a lower scheduling priority relative to competing processes.
It guarantees the process a larger share of system memory.
It gives the process a higher scheduling priority than processes with lower nice values.
It automatically moves a background process into the foreground.