FILL BLANK -
Which command is used to start another command with a given nice level? (Specify ONLY the command without any path or parameters.)
FILL BLANK -
Which command is used to start another command with a given nice level? (Specify ONLY the command without any path or parameters.)
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.
nice: to start process wit ha given nice level renice: to give a nice level to an already running process.