nerdexam
Cisco

210-250 · Question #2

Which definition of permissions in Linux is true?

The correct answer is D. attributes of ownership and control of an object. Linux permissions define the ownership and access control attributes applied to files and other system objects. They control which users and groups can read, write, or execute a given object.

Cybersecurity Fundamentals

Question

Which definition of permissions in Linux is true?

Options

  • Arules that allow network traffic to go in and out
  • Btable maintenance program
  • Cwritten affidavit that you have to sign before using the system
  • Dattributes of ownership and control of an object

How the community answered

(22 responses)
  • A
    9% (2)
  • C
    5% (1)
  • D
    86% (19)

Why each option

Linux permissions define the ownership and access control attributes applied to files and other system objects. They control which users and groups can read, write, or execute a given object.

Arules that allow network traffic to go in and out

Rules that allow or deny network traffic describe firewall rules (such as iptables or nftables rules), not file system permissions.

Btable maintenance program

A table maintenance program describes utilities like fsck for filesystem checks or mysqlcheck for database maintenance, which are unrelated to permissions.

Cwritten affidavit that you have to sign before using the system

A written affidavit or agreement describes an End User License Agreement (EULA) or acceptable use policy - a legal concept, not a technical Linux permission.

Dattributes of ownership and control of an objectCorrect

In Linux, permissions are attributes that define ownership (user and group) and access control (read, write, execute) for files, directories, and other objects. They are represented by the rwx permission bits and are enforced by the kernel. Commands like chmod and chown are used to modify these attributes.

Concept tested: Linux file permission attributes and ownership model

Source: https://www.gnu.org/software/coreutils/manual/html_node/File-permissions.html

Topics

#Linux permissions#file ownership#access control

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice