Working with linux permissions
Posted by Isaac Zarb on July 20th, 2009Working with Permissions
Permissions determine how users can access resources on a system. System security is configured by the user’s UID (User ID), his GIDs (Group ID), (both primary and secondary), and the permissions on the object she is attempting to access.
Permission Trio Bits
The figure below shows the 10 positions (1 type bit and 3 trios of permission bits) that make up the permissions section of a file.

Recent Comments