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
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the use of awk command in unix?
What does pipe () return?
What does the md command do?
How can you see the command line history?
What is the size of time_t?
What difference between cmp and diff commands?
Differentiate cmp command from diff command.
what is the advaantage of each user having its own copy of the shell?
What does grep v grep do?
What does find command return in unix?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What do chmod, chown, chgrp commands do?
Enumerate some of the most commonly used network commands in unix?
What is command statement?