Moderate

Which operator will be used with chmod command to assign absolute permission ?

Correct answer: C. =

  • A. +
  • B. -
  • C. =
  • D. %

Explanation

The `=` operator sets an exact permission set, so it is used for absolute assignment such as `chmod u=rw file`. The `+` and `-` operators add and remove permissions respectively.

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