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 does this command do? Cat food 1 > kitty
Is ‘du’ a command? If so, what is its use?
How do you grep recursively?
What is the behavioural difference between cmp and diff commands?
What is the use of tee command?
Why is grep called grep?
What does the metacharacter mean?
What is awk command used for?
Why is awk called awk?
How do I use nslookup?
Give the command for finding the current date.
What is the pipe command?
What does the md command do?
What is the use of cut command in unix?
What does 'mkdir' command do in UNIX?