## Rubric Your answers should be cleanly presented in your GitHub repository. Citations should be included as needed. Include which generative AI system was used and what prompts were used if generative AI was used. ### Total Points: / 45 Part 1 - 10 pts - [ ] path to private key - [ ] `ssh` command Part 2 - 10 pts - `chmod u+r bubbles.txt` - [ ] meaning - [ ] assessment - `chmod u=rw,g-w,o-x banana.cabana` - [ ] meaning - [ ] assessment - `chmod a=w snow.md` - [ ] meaning - [ ] assessment - `chmod 751 program` - [ ] meaning - [ ] assessment - `chmod -R ug+w share` - [ ] meaning - [ ] assessment Part 3 - 8 pts - [ ] Command to create new user - [ ] Path to new user's home directory - [ ] Evaluate if `ubuntu` can add files to new user's home directory - [ ] Command to switch to new user - [ ] Command(s) to go to new user's home directory - [ ] Evaluate if new user can add files to user's home directory - [ ] Command to return to `ubuntu` user - [ ] Command to return to `ubuntu` home directory Part 4 - 6 pts - [ ] Command(s) to create group named `squad` and add members - [ ] Command(s) to add `ubuntu` & user to group `squad` - [ ] Command(s) to allow `squad` to view the `ubuntu` user's home directory contents - [ ] Command(s) to modify `share` to have group ownership of `squad` - [ ] Describe your tests and commands with the user account - [ ] Describe the full set of permissions / settings that enable the user to make edits Part 5 - 11 pts - [ ] Command(s) to make file using `sudo` - [ ] Command(s) to make file with `root` - [ ] Describe / compare ownership and permissions of files - Tables: - Contents of `share` - [ ] root can dos - [ ] ubuntu can dos - [ ] BOB can dos - `madewithsudo.txt` - [ ] root can dos - [ ] ubuntu can dos - [ ] BOB can dos - [ ] Command(s) to modify permissions - [ ] How to give user account `sudo` ## Point Penalties - [ ] Submitted to incorrect repository - 0 points - [ ] Submitted past due date - 0 points - [ ] Submitted non-markdown (incorrect extensions / no use of markdown for formatting) - 0 points - [ ] Submitted some markdown (legible enough for grading), but needs improvement - (-10%) - [ ] Failure to cite resources - (-10%)