Which symbol is utilized with the chmod command to set exact permissions?
Explanation
The '=' operator is used with the chmod command to assign absolute permissions, specifying the exact access rights. The '+' adds permissions, '-' removes them, and '%' is not used in this context.