Capstone Project – Course 1
Set Up and Clean Up a New Hospital Project Folder
A short, guided challenge that touches every command learned this course. Requirements:
- Check where you are with pwd
- Create a new folder called patient-intake-v2 with mkdir
- Move into it with cd patient-intake-v2
- Create a file called readme.txt with touch
- Add a short description to it, then view it with cat readme.txt
- List everything in the folder with ls -l
- Rename readme.txt to README.txt using mv
- Go back up one level with cd ..
- Delete the whole patient-intake-v2 folder with rm -r once the exercise is confirmed complete
If you can do all nine steps without help, you’ve got the basics down.
Assessments
Weekly quizzes and skill checks (see each week above), plus a capstone rubric scoring: correct navigation, safe file creation and removal, correct use of copy/move/rename, and correct use of diagnostic commands.