Activity 01
CLI Scavenger Hunt: File Navigation Challenge
Provide students with a list of 10 tasks, such as finding a hidden file, creating a nested directory, and listing contents recursively. Students enter commands in their terminals and screenshot successes. Circulate to troubleshoot common errors like forgetting spaces.
Explain the advantages of using a command-line interface for certain tasks.
Facilitation TipDuring the CLI Scavenger Hunt, circulate with a printed directory map for students to mark off each completed path, ensuring no one gets lost and all commands are recorded.
What to look forProvide students with a scenario: 'You need to create a new folder named 'Projects' inside your 'Documents' folder, and then create a file named 'report.txt' inside 'Projects'. Write the sequence of CLI commands to accomplish this.' Collect responses to check command construction.