Chapter 13: Users, Groups, and Permissions Flashcards

(47 cards)

1
Q

Which statement about groups is true?

If a user is a member of a group, the user account cannot have any individual permission assignments.

Permissions granted to a group apply to all of the members of the group.

Permissions granted to a user apply to all co-members of any groups that the user is a member of.

Users can be members of groups and groups can be members of users.

A

Permissions granted to a group apply to all of the members of the group. Group permissions apply to all members of the group. None of the other statements are true.

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

Which Windows file system has the most security features?

A

NTFS. Supports granular file security options. FAT has no security.

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

How does the administrator account receive its power?

A

By being a member of the administrator group.

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

Which is not a way to create user accounts?

Settings

Control Panel

Local users and Groups

user creation tool

A

User creation tool. There is no windows utility named user creation tool.

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

Which file action is not controlled by the NTFS “modify” permission?

Read a file.

Write to a file.

Delete a file.

Execute a program file.

A

Execute a program file. Modify does not allow program execution. The modify permission allows a user to read, write, or delete a file.

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

When creating a file in Linux or macOS, which of the following does not receive any permissions?

User.

Administrator.

Group.

Everyone.

A

The administrator does not receive a default permission to newly created files (unless the administrator is the one that created the file). Newly created files get permissions for the user, group, and everyone else.

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

On Linux, which is not a file permission?

Read

Write

Execute

Delete

A

Delete. Delete is not a file permission on Linux. Read (R), Write (W), Execute (X) are the three file permissions on linux.

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

Which part of the File Explorer interface displays frequently used files and folders?

A

Quick Access. The quick access entry within the navigation pane shows frequently used files and folders.

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

Which is an accurate UNC in Windows?

//server/share

//server\share

\server/share

\server\share

A

\server\share Universal naming convention (UNC) for windows starts with two double backslash followed by a server or host name, then a single backslash followed by the resource name or path.

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

Local Security Policy settings apply to which of these?

A single computer

All of the computers within a workgroup

All of the computers on a domain

All of the computers that are logged into the same server

A

A single computer

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

Which is not set in the Account Lockout Policy settings?

Lockout Threshold.

Minimum Password Length.

Lockout Duration.

Reset Lockout Counter.

A

Minimum Password Length is set in the Account Policies settings not Account Lockout Policy Settings.

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

NTFS

A

New technology file system (NTFS) - microsoft windows file type. has many tools for managing who can do what with your files

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

Users

A

Refers to an individual’s account on a network

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

Group

A

In a work environment, a group could be HR or Accounting etc. Groups can have users added to them and allow you to modify the permissions of the group thus modifying the permissions of all the users in the group rather than modifying permissions of each user individually.

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

Administator

A

User account type. This user has the most power in the network.

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

Power user

A

User account type. Has almost all the same permissions as an administrator. The only exception being that a power user cannot take control of another users account.

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

Full Control (Folder)

A

NTFS permission that enables user to do anything they want to the particular folder.

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

Modify (Folder)

A

NTFS permission that enables user to read, write, delete both files and sub folders.

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

Read & Execute (Folder)

A

NTFS permission that enables user to see contents of the folder and any sub folders as well as run any executable programs or associations in folder.

19
Q

List Folder Contents (Folder)

A

NTFS permission that enables user to see contents of folder and sub folders

20
Q

Read (Folder)

A

NTFS permission that enables user to view folders contents and open any file in folder

21
Q

Write (Folder)

A

NTFS permission that enables user to write files and create new files and folders.

22
Q

Full Control (File)

A

NTFS permission that enables user to do anything they want to the particular file.

23
Q

Modify (File)

A

NTFS permission that enables user to read, write, delete the file

24
Read & Execute (File)
NTFS permission that enables user to read and run the file.
25
Read (File)
NTFS permission that enables user to read and open file.
26
Write (File)
NTFS permission that enables user to read and write to the file.
27
Inheritance
New files by default take on same permissions as the folder it was in.
28
Deny
Is used to stop inheritance. Enables explicit permissions in order to stop inheritance. People don't really use this.
29
Linux File Creation
When you create a file you become owner and get RWX permissions.
30
R (Linux Permissions)
R (Read) - User can look at the file
31
W (Linux Permissions)
W (Write) - User can modify/delete file.
32
X (Linux Permissions)
X (Execute) - User can run script in file
33
Group (Linux Permissions)
A group of users with similar permissions
34
Everyone (Linux Permissions)
Any one on the network
35
Attributes (File Explorer)
Settings you can apply to a folder or file to define certain aspects.
36
File Association (File Explorer)
.docx copens in word is an example. Extension associates with application.
37
UNC
Universal Naming Convention. Files shared on a network must follow UNC rules.
38
Mapping Drives
Right click -> Map network Drive. Can assign drive letter to shared folder.
39
Local Security Policies
Policies for on individual computer. Local security policy is an application you can run.
40
User Account Management
Setting policies, permissions, and access for individual or group account.
41
Account Policies
Establish local security rules and limits
42
Domain policies
Administrator of domain overwrites local security policies.
43
Exam - Disable Guest Account
Windows 10& 11 guest account auto disabled. In older machines disable guest account manually and if one is needed create a user for this permission so you can set appropriate policies and restrictions on said account.
44
Exam - Account Expiration
When a user quits, retires, or moves on the account expires and becomes inaccesible.
45
Exam - Disable autorun
Removes pre-set action when removable media is connected to PC. Disabled in settings menu, group policy settings, editing registry.
46
Exam - Disable Unnecessary and unused services
Frees up resources, boost performance, and improves security. Start menu -> right click service -> disable