What is the default nice level when a process is started using the nice command?



A. -10
B. 10
C. 20
D. 0

題解

使用「nice」指令執行程式的預設nice值為「10」。如果要修改nice值,可以使用「-n」參數。