Question:medium

The symbol for Execute + Write permission types is ________.

Show Hint

The three permission slots are always listed in the exact order of rwx (Read, Write, Execute). If a permission is missing, it is represented by a hyphen. Thus, -wx denotes write and execute are granted, while read is denied.
Updated On: Jun 18, 2026
  • -x
  • rw-
  • -wx
  • r-w
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0