Influence Process Scheduling Flashcards
1
Q
What command is used to start an instance with a specified nice level?
A
nice -n <level> <process></process></level>
2
Q
What command is used to change the nice level of a process?
A
renice -n <nice> <PID></PID></nice>