Multiple choice Which operator will be used with chmod command to assign absolute permission? + - = % Reveal answer Fill a bubble to check yourself C Correct answer Explanation In Unix/Linux, the chmod command uses the equals sign (=) to assign absolute (exact) permissions, overwriting existing ones, whereas plus (+) and minus (-) are used for symbolic relative adjustments.