CompTIA Linux+ XK0-005 Practice Question
During resource-intensive operations, a Linux system administrator needs to ensure that a new statistical analysis application doesn't consume excessive CPU resources, potentially impacting the performance of other critical services. Which of the following commands will start the new application with a reduced CPU priority?
adjust -n 10 /path/to/stat_analysis_app
priority -10 /path/to/stat_analysis_app
renice -n 10 -p /path/to/stat_analysis_app
nice -n 10 /path/to/stat_analysis_app