Multiple choice technology operating systems What is the Octal representation of the write permission ? 1 4 2 0 Reveal answer Fill a bubble to check yourself C Correct answer Explanation Unix uses octal notation for file permissions: read=4, write=2, execute=1. These values combine (e.g., 7=4+2+1 for rwx). Write permission alone is represented by octal 2.