module 2 day 4, final day of module 2: supplemental reading for special permissions in windows through Permissions Quiz Flashcards

1
Q

what can groups or users do with Full control?

A

groups or users granted full control permissions on a folder can delete any files in that folder regardless of the permissions protecting the file

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

Although they have the same special permissions, what permissions are inherited differently?

A

List Folder Contents and Read&Execute

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

What is inherited by folders but not files?

A

List Folder Contents

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

What is inherited by both files and folder and is always present when you view file or folder permissions?

A

read&execute

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

What group does not include the Anonymous Logon group by default?

A

the Everyone group, so permissions applied to the Everyone group do not affect the Anonymous Logon group.

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

what do you need special permissions for in Linux?

A

Giving a normal user root access

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

How can we write or scramble passwords in the shadow file if it is owned by root?

A

a special permission bit known as setuid

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

what does setuid do?

A

enable files to be run set by the permissions of the owner of the file

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

how do you run the passwd command? what are you running it as?

A

as root

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

in rws, what does the s permission stand for?

A

setuid

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

what allows us to run the file with the permissions of the owner of the file?

A

when the S is substituted where a regular bit would be in the first three bits of permissions

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

how do you enable the setuid bit? what two methods are available?

A

symbolically or numerically

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

how do you enable the setuid bit in symbolic format? for mycoolfile.txt

A

use an s.
sudo chmod u+s mycoolfile.txt

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

how do you enable the setuid bit in numeric format? for filename.txt

A

sudo chmod 4755 filename.txt

you prepend a 4 to the other permissions for the file to enable setuid.

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

how can I run a file similar to setuid?

A

with group permissions

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

what does the passwd command do?

A

it scrambles our password and adds it to the shadow file

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

what does setuid do?

A

allows the file to be run by the permissions of the owner of the file

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

what is setUID?

A

a special permission

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

what is s replacing for setuid?

A

x

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

what can you use to run a file with group permissions?

A

SetGID

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

how can you see if the setGID is enabled?

A

run:
ls -l /usr/filename,
and you look in the bits 4-6 of the permissions

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

what is the numerical format for setGID? for filename.txt

A

2 prepended to the permissions set
sudo chmod 2755 filename.txt

23
Q

what is the symbolic format for setting setGID? for filename.txt

A

sudo chmod g+s filename.txt

24
Q

what bit sticks a file or folder down and makes it so anyone can write to a file or folder but they can’t delete anything, only the owner or root can delete anything

A

the sticky bit

25
Q

in ls, what does the d flag do?

A

shows information for just the directory and not the contents

26
Q

what does the special permission symbol t mean in a file’s permissions, like in the /tmp file?

A

anyone can add and modify files

27
Q

who can delete the /tmp directory?

A

only root or the owner

28
Q

what formats can i use to enable the sticky bit?

A

numerical or symbolic

29
Q

what is the numerical bit for sticky bit?

A

1

30
Q

what does the command
sudo chmod +t file.txt
do?

A

add the sticky bit

31
Q

what does
sudo chmod 1755 filename.txt
do?

A

add the sticky bit numerically

32
Q

what are core concepts in security?

A

user access, group access, passwords, and permissions

33
Q

access control lists

A

ACL

34
Q

a user that has complete control over a machin

A

Administrator

35
Q

a way of protecting your accounts and information such as facial recognition and fingerprint

A

biometric data

36
Q

a tool that lets you manage a local or remote computer

A

computer management

37
Q

discretionary Access control list

A

DACL

38
Q

a process for setting permissions for who has access to certain files

A

File permissions

39
Q

a user or group can do anything they want to files.

A

full control

40
Q

a permission group that mean that a DACL will be inherited, but not applied to a container

A

Inherit Only

41
Q

a command that will execute and list folder contents and is an alias for Read and Execute

A

List folder contents

42
Q

a system used to apply and enforce rules about how the device has to be configured and used

A

Mobile device management

43
Q

an umbrella permissions that includes read and execute and write

A

modify

44
Q

the initial account you made during setup

A

primary account

45
Q

permissions that grant you access to read the file that exists and execute it if it’s runnable

A

Read and execute permissions

46
Q

permissions that grant you access to read the file that exists

A

Read permissions

47
Q

It is the first user. It gets automatically created when we install a Linux OS and has all the privileges on the OS. Also called the super user. Technically only one, but anyone that is granted access to their powers can be called a super user too

A

Root user

48
Q

system access control list

A

SACLs

49
Q

one of these is actually made up of multiple Special or specific permissions

A

Simple permissions

50
Q

an account that grants you access to multiple accounts without requiring constant entry of a password or username

A

single sing on, SSO

51
Q

a user who is given access to the machine but has restricted access to do things like install software or change certain settngs

A

standard user

52
Q

a network of computers and users that are added to a central database

A

windows domain

53
Q

a permissions that allows you to make changes to a file

A

write permission