» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 1 »
Question 7/20
Answer: nice
Explanation: The 'nice' command enables you to run a command with a different priority. Nice -n <adjustment>
command, increments the priority of 'command' by <adjustment>. You can increase the priority of a command
my specifying a negative adjustment. For example, 'nice -n-5 command' will run
'command' with the priority increased by 5.
Reference: http://www.oreillynet.com/linux/cmd/n/nice.html