From the course: Linux: System Information and Directory Structure Tools
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
About extended attributes - Linux Tutorial
From the course: Linux: System Information and Directory Structure Tools
About extended attributes
- [Instructor] Linux files have standard attributes, such as file ownership, permissions, and so on. We can get these attributes using standard commands, such as ls, file and stat. Linux files can also have extended attributes if the Linux file system supports it, which most do. Extended attributes are extensions to the normal file attributes. Just like normal attributes, extended attributes are stored with files on the disk. There are three major types of extended attributes: extended system attributes, extended security attributes, and extended user attributes. Let's take a closer look at each. First, we'll look at extended system attributes, which store access control list or ACLs. ACLs provide an additional layer of discretionary access control for Linux, making Linux permissions more powerful and easier to manage. With discretionary access control, access to the file is at the discretion of the owner. The owner…
Contents
-
-
-
-
-
-
(Locked)
What is a file?5m 3s
-
(Locked)
Getting information about files4m 45s
-
(Locked)
About extended attributes3m 38s
-
(Locked)
Getting extended attributes3m 55s
-
(Locked)
Reading files5m 24s
-
(Locked)
Searching in files with grep7m 25s
-
(Locked)
Archiving files with tar and cpio9m 10s
-
(Locked)
Compressing files3m 21s
-
(Locked)
-
-