101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 59


FILL BLANK -

Which command is used to start another command with a given nice level? (Specify ONLY the command without any path or parameters.)

Show Answer
Correct Answer:

The correct command to start another command with a given nice level is 'nice'. The 'nice' command is used to run a program with a modified scheduling priority (nice value), which can be specified at the beginning of the command itself. On the other hand, 'renice' is used to change the nice value of an already running process.

Discussion

1 comment
Sign in to comment
iwkno6
Jul 28, 2021

nice: to start process wit ha given nice level renice: to give a nice level to an already running process.