From the course: Linux: Files and Permissions
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Standard Linux permissions overview - Linux Tutorial
From the course: Linux: Files and Permissions
Standard Linux permissions overview
- [Instructor] The standard Linux permission system came from Unix and was created 40 years ago. It is a tried and true system and works for most situations. The Linux permission system supports the following items. Users can belong to multiple groups. Groups can not, however, contain other groups. Files and directories have one user owner. Files and directories have one group owner. Permissions can be set for the user owner, group owner, and other, other being people who are not the user owner and don't belong to the group owner. For files, users can read, write, or execute. For directories, users can list items contained in directories, create new files, and traverse directories. The permission system supports privilege escalation to the user owner or group owner of the file and supports group owner inheritance. This means that files and directories can inherit the parent directory's group owner. They also support default file…
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
-
-
-
-
-
(Locked)
Standard Linux permissions overview1m 52s
-
(Locked)
File and directory modes1m 16s
-
(Locked)
File ownership3m 14s
-
(Locked)
Permissions using numeric notation3m 2s
-
(Locked)
Permissions using symbolic notation4m 44s
-
(Locked)
Initial permissions using umask4m 30s
-
(Locked)
Special file bits: SUID and SGID4m 59s
-
(Locked)
Special directory bits: SGID and Sticky5m 53s
-
(Locked)
Challenge: Permissions2m 16s
-
(Locked)
Solution: Permissions4m 19s
-
(Locked)
-
-