nerdexam
CompTIA

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.

Server administration

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)
  • A
    4% (1)
  • B
    4% (1)
  • D
    93% (26)

Why each option

Write is the specific file system permission that allows users to create, modify, and delete files or directories.

AAccess

Access is a general term, not a standard discrete file system permission; the three standard permission types are read, write, and execute.

BExecute

Execute permission allows a file to be run as a program or a directory to be traversed, but does not permit modifying file contents.

CRead

Read permission allows users to view or open file contents only, without the ability to change or delete them.

DWriteCorrect

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

#file permissions#write access#access control#directory permissions

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice