Moderate

The command chmod 761 letter is equivalent to__________________?

Correct answer: C. chmod u = rwx, g = rw, o = x letter

  • A. chmod 4=7, g = 6, o = 1 letter
  • B. chmod a = 761 letter
  • C. chmod u = rwx, g = rw, o = x letter
  • D. chmod 167 letter

Explanation

In `761`, the digits represent user, group, and other permissions: 7 is `rwx`, 6 is `rw-`, and 1 is `--x`. Thus the symbolic equivalent is user read-write-execute, group read-write, and others execute.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions