Part 3: File Systems - Lesson 13—Manage Permissions and Sharing Flashcards

Goals • Describe file ownership and permissions. • Explore macOS default shared folders. • Securely manage file and folder access.

1
Q

How do you identify the ownership and permissions of a file or folder in the Finder?

A

You can use the Finder Info window to identify an item’s ownership and permissions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do ACLs differ from standard UNIX file system permissions?

A

Access control lists (ACLs) expand the standard UNIX permissions architecture to allow more file and
folder access control, similar to what’s available on Windows-based NTFS and UNIX file systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why is the root (or beginning) level of a user’s home folder visible to other users?

A

The root level of a user’s home folder is visible to other users so they can navigate to the Public shared
folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does the default organization of the file system allow users to safely share local files and folders?

A

Every home folder contains a Public folder that other users can read and a Drop Box folder that other
users can write to. All other subfolders in a user’s home folder (except the optional Sites folder) have
default permissions that don’t allow access by other users. The Shared folder is also set for all users to
share items.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s unique about the permissions of the /Users/Shared folder?

A

The Shared folder is set up to allow all users to read and write files, but only the user who owns an item
can delete it from the Shared folder. The “sticky bit” permissions setting prevents other users from
deleting items that they don’t own.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly