From the course: Linux: Files and Permissions
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
About extended attributes - Linux Tutorial
From the course: Linux: Files and Permissions
About extended attributes
- [Instructor] Files in Linux have standard attributes such as the user owner, group owner, permissions, and so on. We can get these attributes using the LS file and stack commands. Files can also have extended attributes if the file system supports it which most do. Extended attributes or 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, let's look at extended system attributes which store access control lists or ACL's. ACL's 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 that the discretion of the owner. The owner sets…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What is a file?4m 59s
-
(Locked)
Getting information about files5m 29s
-
(Locked)
About extended attributes3m 54s
-
(Locked)
Getting extended attributes4m 14s
-
(Locked)
About file globs5m 9s
-
(Locked)
Using character classes3m 7s
-
(Locked)
Using globs to match files6m 42s
-
(Locked)
Matching with brace expansion6m 11s
-
(Locked)
The Magic of extended globs6m 25s
-
(Locked)
Matching files with extended globs2m 22s
-
(Locked)
Advanced extended globs4m 22s
-
-
-
-
-