lab 8 Flashcards

1
Q

What is the initial permissions setting of testfile.txt?

-rwx–r—
-rwxrwxrwx
-rw-r–r–
-r—w—x

A

-rw-r–r–

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

What symbolic representation could be applied to demofile.sh to enforce full access for the user owner, execute access for the group owner, but no access for others?

644
u+rwx,g+x-rw,o-rwx
u+,g-rw,o-
u+rwx,g+x

A

u+rwx,g+x-rw,o-rwx

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

What permissions are assigned to the Users group for the comptia-logo.jpg file?

ReadAndExecute
Modify
FullControl
none

A

ReadAndExecute

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

What are the names of the other two tabs on the Advanced Security Settings for comptia-logo window? (Select two)

Permissions
Auditing
General
Details

A

Permissions
Auditing

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

What command would return testfile.txt to its original permission settings of -rw-r–r–?

chmod 710 testfile.txt
chmod 644 testfile.txt
chmod 446 testfile.txt
chmod 420 testfile.txt

A

chmod 644 testfile.txt

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

What is the NTFS permission that grants a user complete access over a file object?

Full Control
All Access
Root Access
Unrestricted

A

Full Control

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

Windows Effective Access (i.e., effective permissions) are calculated based on what options or conditions? (Select all that apply)

User
Group membership
Share permissions
System/Workstation/Computer

A

User
Group membership
Share permissions
System/Workstation/Computer

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

If a user has read, write, and modify on a file that they access through a share, what level of share permissions must they have to be able to alter the file’s contents?

Full Control
Change
Modify
Read

A

Change

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

What command line tool can be used to view and set Windows file permissions?

icacls
net file
cipher
dir

A

icacls

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