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.
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)- A9% (2)
- C5% (1)
- D86% (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.
Rules that allow or deny network traffic describe firewall rules (such as iptables or nftables rules), not file system permissions.
A table maintenance program describes utilities like fsck for filesystem checks or mysqlcheck for database maintenance, which are unrelated to permissions.
A written affidavit or agreement describes an End User License Agreement (EULA) or acceptable use policy - a legal concept, not a technical Linux permission.
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
Community Discussion
No community discussion yet for this question.