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.
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.
Which Windows file system has the most security features?
NTFS. Supports granular file security options. FAT has no security.
How does the administrator account receive its power?
By being a member of the administrator group.
Which is not a way to create user accounts?
Settings
Control Panel
Local users and Groups
user creation tool
User creation tool. There is no windows utility named user creation tool.
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.
Execute a program file. Modify does not allow program execution. The modify permission allows a user to read, write, or delete a file.
When creating a file in Linux or macOS, which of the following does not receive any permissions?
User.
Administrator.
Group.
Everyone.
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.
On Linux, which is not a file permission?
Read
Write
Execute
Delete
Delete. Delete is not a file permission on Linux. Read (R), Write (W), Execute (X) are the three file permissions on linux.
Which part of the File Explorer interface displays frequently used files and folders?
Quick Access. The quick access entry within the navigation pane shows frequently used files and folders.
Which is an accurate UNC in Windows?
//server/share
//server\share
\server/share
\server\share
\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.
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 single computer
Which is not set in the Account Lockout Policy settings?
Lockout Threshold.
Minimum Password Length.
Lockout Duration.
Reset Lockout Counter.
Minimum Password Length is set in the Account Policies settings not Account Lockout Policy Settings.
NTFS
New technology file system (NTFS) - microsoft windows file type. has many tools for managing who can do what with your files
Users
Refers to an individual’s account on a network
Group
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.
Administator
User account type. This user has the most power in the network.
Power user
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.
Full Control (Folder)
NTFS permission that enables user to do anything they want to the particular folder.
Modify (Folder)
NTFS permission that enables user to read, write, delete both files and sub folders.
Read & Execute (Folder)
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.
List Folder Contents (Folder)
NTFS permission that enables user to see contents of folder and sub folders
Read (Folder)
NTFS permission that enables user to view folders contents and open any file in folder
Write (Folder)
NTFS permission that enables user to write files and create new files and folders.
Full Control (File)
NTFS permission that enables user to do anything they want to the particular file.
Modify (File)
NTFS permission that enables user to read, write, delete the file