Concept Flow - File permissions and access control
User tries to access file
Check file permissions
Does user have permission?
No→Access Denied
Yes
Allow access to file
Log access event
When a user tries to access a file, the system checks the file's permissions. If the user has the right permissions, access is granted; otherwise, it is denied.