Moderate

The command chmod 761 note is equivalent to_________________?

Correct answer: B. chmod u=rwx, g=rw, o=x note

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

Explanation

In `761`, the digits assign owner `7` as `rwx`, group `6` as `rw-`, and others `1` as `--x`. Therefore the equivalent symbolic form is `u=rwx,g=rw,o=x`, represented by option b.

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