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 |
If JFS file system is 100% full how we can increase the file system ?
How do you copy a directory with many files and folders into another directory?
What is unix command line?
What is the comma to display different lines that are found when compare two files?
Is grep faster than awk?
What is the functionality of a top command?
Which is the command used to find out currently executing Process in UNIX?
What is the use of tee command?
What is in grep command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
29. How to display top 10 users Who | head -10 | wc –w
Differentiate cat command from more command.