In this lab you'll learn the two commands you use to create things in Linux:
touch — create an empty file (or update a file's timestamp)mkdir — make a directory (folder)You'll create a single file, several files at once, a folder, a nested folder tree, and then confirm everything you built.
Work through the steps in the terminal on the right. Each step checks itself once you run the right command.