what is the use of nice command?
Answers were Sorted based on User's Feedback
Answer / kamakshee
Nice value is used to decide the priority of a
process.Higher the nice value , lower is the priority .By
default the nice value is 20.
Is This Answer Correct ? | 10 Yes | 1 No |
For Increase or decrease the priority of a job/Process we
use Nice command,and its range -19 to 20.
If When we need to increase the priority then we need to
decrease the priority number
if Priority of a process 1.
Ex:- Nice -n -10 <cmd>
If we need to decrease the priority then we need to increase
the priority number
if Priority of a process -1.
Ex:- Nice -n 10 <cmd>
Thanks,
Jagadeeb@gmail.com
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / suryakanta
For Increase or decrease the priority of a job/Process we
use Nice command,and its range -19 to 20.
Is This Answer Correct ? | 0 Yes | 0 No |
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
what is the use of "grep" command?
What is the difference between pipe (|) and tee command in unix
What is merge command in unix?
Which unix command to make a new directory?
Write a command that will display files in the current directory, in a colored, long format.
What is command statement?
Differentiate cmp command from diff command.
Explain how to use grep command to list find the records of a file containing 10 different strings?
in a growing log file how will you see the 1st 99 lines?
what is telnet?
what is the use of wild cards?