Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the use of nice command?

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


Please Help Members By Posting Answers For Below Questions

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)?

1624


What is the use of awk command in unix?

1189


What does pipe () return?

1127


What does the md command do?

1198


How can you see the command line history?

1185


What is the size of time_t?

1270


What difference between cmp and diff commands?

1349


Differentiate cmp command from diff command.

1237


what is the advaantage of each user having its own copy of the shell?

2614


What does grep v grep do?

1124


What does find command return in unix?

1200


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2317


What do chmod, chown, chgrp commands do?

1346


Enumerate some of the most commonly used network commands in unix?

1215


What is command statement?

1236