UNIX
Programming and Technical
Q. What do you mean by nice value?
A. Nice value is the value that controls {increments or decrements} the priority of the process. This value that is returned by the nice () system call. The equation for using nice value is:
Priority = (recent CPU usageĀ/constant) + (base- priority) + (nice value)
Read Solution (Total 0)
UNIX Other Question