Answer Posted / jagadeeb choudhury
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 |
Post New Answer View All Answers
What is ctrl d?
What is the use of find command in unix?
How to display no of records in oracle using unix command?
Is command prompt unix?
What does sed command do in unix?
What does the “echo” command do?
What do chgrp command do?
What is command substitution?
Is it inbetween or in between?
What command will change your prompt to myprompt?
What is the use of awk command in unix?
What is the difference between cat and more command?
What is .sh file?
How do I use grep to search for a file?
What is the significance of the 'tee' command?