1.

Which command is used for executing jobs according to their priority?(a) nohup(b) $(c) &(d) niceI had been asked this question in quiz.The above asked question is from Process Handling Commands in chapter The Process of Unix

Answer»

Correct choice is (d) nice

Explanation: PROCESSES in UNIX system are USUALLY executed with equal PRIORITY but sometimes it is necessary to complete high priority jobs at the earliest. For this purpose, UNIX OFFERS nice command. For example,



Discussion

No Comment Found

Related InterviewSolutions