📄️ Creating, Deleting, Updating Accounts
User accounts are managed through system databases stored in /etc/passwd, /etc/shadow, and /etc/group.
📄️ Users and Groups
Groups define permission sets shared among users. Primary group is assigned at login; supplementary groups allow additional access.
📄️ Managing Permissions
Linux uses POSIX file permissions with owner, group, and other classes.