B13 - File System Permissions Flashcards

1
Q

What are the UNIX file system permission levels?

A

Owner, Group and Others

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

What are the UNIX permission types?

A

r (read), w(write) and e(execute)

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

What the special permissions on UNIX file systems?

A

setuid (s on executable files), setgid (s on directories), Sticky bit (t on directories)

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

How do Windows file system permissions work?

A

NFTs use a more granular permission model based on Access Control Lists (ACL)

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

What two accounts on Windows have the same file privileges but have different functions?

A

System and Administrator

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

Can windows permissions be inherited from parent directories?

A

Yes, unless explicitly overridden.

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

What is the default file system in Windows?

A

NFTS

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

What does NFTS do?

A

Manages file system permissions with an advanced security model through ACLs, enforcing security policies, protecting data integrity, and controlling file/folder access.

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

A folder has following permissions:

drwxrwxrwt

What does the “t” mean?

A

Sets the “Sticky” bit

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

What does the “t” UXIX / Linux file permission mean?

drwxrw–xt

A

Anyone can execute but can not delete files they don’t own

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

Which of the following Linux permissions match?

drwxr-x–xt

A

751

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

What does the “T” UNIX or Linux file permission represent?

drwxrw–xT

A

Shows executable bit isn’t set for others (world)

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

What Linux permissions match “551”?

A

dr-xr-x–xt

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

Why are 0666 permissions dangerous?

A

It grants read and write permission to everyone

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

A directory is owned by the users group and has a mode of rwxrwxr-t permissions assigned to that group. It also has the Sticky Bit permission set. What
effect does this have on files within the directory?

A

Users who are members of the users group can only delete files within the directory for which they are the owner

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

What are the basic types of Windows file system permissions?

A

Full control
Modify
Read & Execute
List Folder Contents
List Folder Contents
Read
Write

17
Q
A