Configure FIle Systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

What are cumulative permissions?

user + group permissions

2
New cards

What permission is necessary for other users to take ownership of a file/directory? Who has this permission automatically assigned?

Take ownership permission, Admins

3
New cards

What are ACLs? What are the entries called?

A list of users and their permissions with the object, ACEs

4
New cards

What are the two forms of permissions?

Explicit and Inherited

5
New cards

If a user has allow write permissions but their group has deny write permissions, which permissions wins?

Deny

6
New cards

What do black check marks mean? What about gray?

Black check marks means explicit permissions while gray means inherited permissions

7
New cards

What setting can you use to get rid of inheritance on a folder/file?

Disable inheritance on the object

8
New cards

What permissions trump folder permissions?

File permissions

9
New cards

When are share permissions applied?

When files are accessed over the network

10
New cards

What is the downside to share permissions?

Users can access files/folders locally

11
New cards

When both share and NTFS permissions are applied, which one takes precedence?

The more restrictive one

12
New cards

What are the two types of NTFS permissions?

Standard and special

13
New cards

What are special permissions?

Allows granular configuration of permissions

14
New cards

What are the best practices for setting permissions? (3)

Assign permissions as high up as possible, assign permissions to groups, use domain groups to set permissions

15
New cards

What is the max volume and file size on ReFS? What about NTFS?

35 petabytes for both, 256 terabytes for both