lab 8 Flashcards
What is the initial permissions setting of testfile.txt?
-rwx–r—
-rwxrwxrwx
-rw-r–r–
-r—w—x
-rw-r–r–
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
u+rwx,g+x-rw,o-rwx
What permissions are assigned to the Users group for the comptia-logo.jpg file?
ReadAndExecute
Modify
FullControl
none
ReadAndExecute
What are the names of the other two tabs on the Advanced Security Settings for comptia-logo window? (Select two)
Permissions
Auditing
General
Details
Permissions
Auditing
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
chmod 644 testfile.txt
What is the NTFS permission that grants a user complete access over a file object?
Full Control
All Access
Root Access
Unrestricted
Full Control
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
User
Group membership
Share permissions
System/Workstation/Computer
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
Change
What command line tool can be used to view and set Windows file permissions?
icacls
net file
cipher
dir
icacls