What program would you use to increase or decrease the priority of a command before it is executed?
Answer: nice
Explanation:
use renice for already running processes, and nice to start processes with a specific priority.
What program would you use to increase or decrease the priority of a command before it is executed?
What program would you use to increase or decrease the priority of a command before it is executed?
Answer: nice
Explanation:
use renice for already running processes, and nice to start processes with a specific priority.