aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Unix/Linux and IBM OS Commands
  • What is the Octal representation of the write permission ?
Multiple choice technology operating systems

What is the Octal representation of the write permission ?

  1. 1

  2. 4

  3. 2

  4. 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.

Keep practicing — related questions

  • If a file has read and write permissions for the owner, the octal representation of the permissions will be
  • The octal value of 7 with reference to permission of a file signifies
  • Which of the following octal digits represents the access permission for the user/owner, group and others t...
  • The Octal number to be given alogn with chmod command to make a file readable, writable and executable to t...
  • "Which group of letters are the file permissions that apply to a group in the string r--r-xrwx? "
  • what is the octal notation for the symbolic expression o+rw?
  • what is the octal notation for the symbolic expression o+rw?
  • The chmod ugo + rw note command can be represented in octal notation as
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy