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
How does pipe () work?
How do I use grep to find a file?
What is the use of finger command?
What is the general format of unix command syntax?
What is nr in awk command?
What is the difference between cat and more command?
How do I run a whois command?
Which command will print your home directory on screen?
What are grep patterns?
Who wrote grep?
What is the command to view process running?
What does the metacharacter mean?
Enumerate some of the most commonly used network commands in unix?
Why is it called grep?
What is a command and examples?