Users, Groups, And Permissions Flashcards

1
Q

The process of identifying and granting access to some user, usually a person, who is trying to access a system

A

Authentication

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

The process that defines what resources an authenticated user can access and what he or she may do with those resources. For Windows’ files and folders, it is controlled by NTFS file system, which assigns permissions to users and groups

A

Authorization

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

A container that holds user accounts and defines the capabilities of its members. An efficient way of managing multiple users, especially when you’re dealing with a whole network of accounts

A

Group

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

Members of this group have complete control over a machine

A

Administrators

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

Members of this group are almost as powerful as administrators but they cannot install new devices or access other users’ files or folders unless the files or folders specifically provide them access

A

Power Users

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

Members of this group cannot edit the Registry or access critical system files. They can create groups but can only manage only those they create

A

Users

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

Enables someone who doesn’t have an account on the system to log on

A

Guests

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

Rulesets, connected to every folder and file in your system, that define exactly what any account or group can or cannot do to the file or folder

A

NTFS Permissions

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

When you create a new file or folder on an NTFS partition, you become the owner of that file or folder

A

Ownership

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

Anyone with the permission can seize control of a file or folder. Administrators have this for everything

A

Take Ownership Permission

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

An account with this permission can give or take away permissions for other accounts

A

Change Permissions

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

Define what a user may do to a folder

A

Folder Permissions

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

Define what a user may do to an individual file

A

File Permissions

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

Determines what NTFS permissions are applied to files that are moved or copied into a new folder. Doesn’t necessarily inherit the folder’s NTFS permissions

A

Permissions Propagation

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

Copying within a volume creates two copies of the object. The copy of the object in the new location _______ the permission from that new location

A

Inherits

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

Moving within a volume creates one copy of the object. That object ______ its permissions, unchanged.

A

Retains

17
Q

Copying from one NTFS volume to another creates two copies of the object. The copy of the object in the new location _______ the permissions from that new location. The new copy can have different permissions than the original

A

Inherits

18
Q

Moving from one NTFS volume to another creates one copy of the object. The object in the new location _______ the permission from that new location. The newly moved file can have different permissions than the original

A

Inherits

19
Q

Owner (permissions for the owner of this file or folder), group (permissions for members of the group for this file or folder), everyone (permissions for anyone for this file or folder), r (read the contents of a file), w (write or modify a file or folder), x (execute a file or list the folder contents)

A

Linux permissions

20
Q

Rwxrwxrwx where the first three are for the owner, the second three are for the group, and the last three are for everyone

A

Linux permission format

21
Q

Command that enables you to change the owner and the group with which a file or folder is associated

A

Chown command

22
Q

chown filename

A

chown syntax

23
Q

Command that is used to change permissions. Uses an addition system that gives r a value of 4, w a value of 2, and x a value of 1

A

chmod command

24
Q

chmod

A

chmod syntax

25
Q

Making data unreadable by those who do not possess a key or password

A

Encryption

26
Q

Storage organization and management service, such as NTFS, that has the capability of applying a cipher process to the stored data

A

Encrypting File System (EFS)

27
Q

Drive encryption software offered in high-end versions of Windows. Bitlocker requires a special chip to validate hardware status and to ensure that the computer hasn’t been hacked

A

BitLocker Drive Encryption

28
Q

A hardware platform for the acceleration of cryptographic functions and the secure storage of associated information. BitLocker, for example, requires one on the motherboard to validate on boot that the computer hasn’t changed

A

Trusted Platform Module (TPM)

29
Q

Windows feature implemented to stop unauthorized changes to Windows. It enables standard accounts to do common tasks and provides a permissions dialog box when standard and administrator accounts do certain things that could potentially harm the computer (such as attempt to install a program)

A

User Account Control (UAC)