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 |
which command is used to change group?
what is the use of "grep" command?
How we will execute previous command in vi editor?
In Unix file permissions what does the second field denotes?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
what is the command to get help on a UNIX terminal?
How would you change all occurrences of a value using VI?
What is merge command in unix?
to list a particular line in the file
How to find the files that are accessed before 10 minutes?
What does the md command do?
their is a file1,file2 and i want to append file1 data to file2?