Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What do you mean by nice value in unix?

6 like 0 dislike
Hello
What do you mean by nice value in unix?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by DBA-boss (120,990 points)

1 Answer

1 like 0 dislike
 
Best answer
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) Only the administrator can supply the nice value. The nice () system call works for the running process only. Nice value of one process cannot affect the nice value of the other process.
answered 1 year ago by eagles11 (179,830 points)

Related questions

10 like 0 dislike
1 answer
6 like 0 dislike
1 answer
6 like 0 dislike
1 answer
9 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)
5 like 0 dislike
3 answers