SK0-004 · Question #652
Which of the following permissions would enable users to modify files or directories on a server?
The correct answer is D. Write. Write is the specific file system permission that allows users to create, modify, and delete files or directories.
Question
Which of the following permissions would enable users to modify files or directories on a server?
Options
- AAccess
- BExecute
- CRead
- DWrite
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- D93% (26)
Why each option
Write is the specific file system permission that allows users to create, modify, and delete files or directories.
Access is a general term, not a standard discrete file system permission; the three standard permission types are read, write, and execute.
Execute permission allows a file to be run as a program or a directory to be traversed, but does not permit modifying file contents.
Read permission allows users to view or open file contents only, without the ability to change or delete them.
Write permission grants the ability to alter file contents, rename files, create new files within a directory, and delete entries, as defined in both NTFS and Unix/Linux permission models. It is the discrete permission level that controls modification rather than just viewing or executing. Without write access, users are restricted to read-only or execute-only interactions depending on their other granted permissions.
Concept tested: File system permission types - write access
Source: https://learn.microsoft.com/en-us/windows-server/storage/file-server/ntfs-overview
Topics
Community Discussion
No community discussion yet for this question.