The nice() system call modifies a process's nice value, which affects its CPU scheduling priority. Lower nice values indicate higher priority. Other options: exec() executes a new program, brk() adjusts the data segment size, and fork() creates a new process.