(Windows
2008 Server:
Lesson 6)
{ Creating Directories,
ACLs, and using the icacls command}
Section 0.
Background Information |
Section 1. Login to
your W2K8 server. |
- Start your Windows 2008 Server
- Instructions:
- Click on W2K8 Server
- Click on Play virtual machine
- CRTL + ALT + DELETE
- Instructions
- Virtual Machine
- Send Ctrl+Alt+Del
- Login as Administrator
- Click on the Administrator icon.
- Login
- Command:
Provide the password for the Administrator account.
Section 2. Creating
the TOPSECRET directory and assign the ACL |
- Bring Up Computer (a.k.a., Windows Explorer)
- Instructions:
- Start --> Computer
-
- Select the C: Drive
- Instructions:
- Double Click on "Local Disk (C:)"
- Create a New Folder
- Instructions:
- File --> New --> Folder
- Create a folder named "TOPSECRET"
- Instructions:
- Type TOPSECRET
- Go to the properties of the "TOPSECRET" folder
- Instructions:
- Right Click on the TOPSECRET folder
- Select Properties
- Select the Security Tab.
- Instructions:
- Click on the Security Tab.
- Select the Edit... Button.
- Adding Users
- Instructions:
- Click the Add... Button
- Add Users Directory
- Instructions:
- In the Text Box type "Boss" and Click
the Check Names Button.
- In the Text Box type "Team" and Click
the Check Names Button.
- In the Text Box type "Worker" and Click
the Check Names Button.
- Click OK
- Remove the Team Lead's permissions
- Instructions:
- Click on Team Leader (teamlead@security.student)
- Under the Deny Column, Click on Full
Control
- Click Apply
- Confirm Windows Security Warning
- Instructions:
- Click Yes Button
- Remove the Team Lead's permissions
- Instructions:
- Click on Worker Bee (workerbee@security.student)
- Under the Deny Column, Click on Full
Control
- Click Apply
- Click OK
- Remove the Team Lead's permissions
- Remove the Team Lead's permissions
- Instructions:
- Start --> Command Prompt
- icacls C:\TOPSECRET
- date
- echo "Your Name"
- Replace "Your Name" with your
actual name.
- e.g., echo "John Gray"
-
Proof of Lab
Instructions:
- Do a PrtScn
- Paste into a word document
- Upload to Moodle.
- Note:
- Users teamlead and worker both have
lines that end with (N), which mean no permissions.
- User manager's line end with "(RX)"
which mean Read, Execute and list folder content Permissions.
Section 3. Testing
out the ACL |
- Switch User
- Instructions:
- Start --> Switch User
- Log On
- Instructions:
- Virtual Machine --> Send Ctrl+Alt+Del
- Select Other User
- Instructions:
- Click on the Other User icon.
- Select Other User
- Instructions:
- Login as teamlead
- The Password is the standard classroom
password.
- Click the Blue Arrow next to the
password box.
- Bring up Computer (a.k.a., Windows Explorer)
- Instructions:
- Start --> Computer
- Select the C: Drive
- Instructions:
- Double Click on "Local Disk (C:)"
- Select the C: Drive
- Instructions:
- Double Click on the TOPSECRET folder
- Note:
- You should see a message saying you do not
have permission to access this folder.
- Select the C: Drive
- Instructions:
- Start --> Command Prompt
- cd C:\TOPSECRET
- icacls C:\TOPSECRET
- Note:
- This is the DOS view of access being denied
to both the change directory and icacls commands.
- Complete Section 2, Step 13.Start Up the
Command Prompt
|
|