Manage Permissions and Sharing Flashcards
What 4 ways can you access the Finder Info window?
- Press Command - I
- From the menu bar, choose File > Get Info
- Control-click the selected item and choose Get Info from the shortcut menu
- In a Finder window toolbar, click the Action menu (circle with three dots icon) and choose Get Info
In the Finder Info window, where can you see/inspect file and folder permissions?
The Sharing and Permissions disclosure triangle
In Sharing and Permissions, what are the three permission setting categories?
- Owner
- Group
- Everyone
In Sharing and Permissions, what is the “Owner” setting?
The owner is the user who created the item or copied it to the Mac
Who can change ownership of a file?
- The user who owns the file
2. Any administrator user
In Sharing and Permissions, what is the “Group” setting?
By default, the group permissions for an item are inherited from the folder it was created in.
In Sharing and Permissions, what is the “Everyone” setting?
It defines access for anyone who isn’t the owner and who isn’t part of the item’s group.
What is the standard file-system permission structure of macOS based on standard UNIX-style permissions?
POSIX-style permissions (Portable Operating System Interface)
What is the POSIX-style permissions system used for?
To define privilege rules separately at each ownership tier.
What are the three file-level permissions options available in the Finder
- Read and Write
- Read Only
- No Access
What are the four folder-level permissions options available in the Finder?
- Read and Write
- Read Only
- Write Only (Drop Box)
- No Access
How do access control lists (ACLs) differ from standard UNIX file system permissions?
ACLs expand the standard UNIX permissions architecture to allow more file and folder access control. macOS has adopted a style of ACLs similar to what’s available on Windows-based NTFS and UNIX file systems.
What are access control entries (ACEs)?
A set of permissions defined for a specific user or group.
What is the difference between ACLs and ACEs?
An ACL consists of one or more ACEs.
True/False: If an ACL rule applies to a user or group, this rule trumps standard UNIX permissions.
True