Access Control and Identity Management

Linux

Linux is a popular open-source operating system that is widely used in server environments. By default, Linux systems have simplified ACL-based file permission systems. Unlike a standard ACL-based system, rights are not inherited in Linux and must be applied to all files and folders explicitly. There are three rights and three classes to which those rights can be assigned.

The rights in a Linux environment are:

  • Read—Grants a user or group the ability to read a file. If the right is set on a directory, the requestor may read the list of files in that directory.
  • Write—Grants the requestor the ability to modify a file. If the right is set on a directory, the requestor may create, rename, or ...

Get Access Control and Identity Management, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.