Welcome
12345
ls shows you one directory at a time. When you want to see an entire folder structure — subfolders and all — at a glance, tree draws it for you as an indented diagram.
The lab environment on the right is already seeded with a small project:
Text
In this lab you'll:
- Install the
treecommand - Draw the whole structure with
tree - Limit the depth with
tree -L - Show directories only with
tree -d
Work through the steps in the terminal. Each graded step checks itself once you run the right command.
Restoring lab progress…