Level 1
0 / 100 XP

Welcome: your first project

12345678910

Time to put everything from this section together. You're going to set up a small project called myapp from scratch.

Along the way you'll use every command you just learned:

  • mkdir -p to build the folder structure
  • touch and echo to create files and add content
  • cat to view a file
  • cp to make a backup
  • mv to rename a file
  • tree to see the whole structure
  • rm to clean up

Work through each step in the terminal on the right. Let's build something.

Restoring lab progress…