In UNIX, which of the following command is used to set the task priority?
nice
ps
kill
init
(A) nice
Explanation:
The nice command executes a program with a specified scheduling priority, effectively setting the task priority in UNIX.