What is the default process priority when a process is started using the nice command?
A.
-10
B.
10
C.
20
D.
0
Explanation:
From the man pages:
nice – run a program with modified scheduling priority
-n, –adjustment=N add integer N to the niceness (default 10)