When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?



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

題解

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