Challenge: Navigate the Filesystem
Task
Swipe to start coding
You are organizing files for a project using Bash navigation commands. Your task is to move through a typical project directory structure, listing the contents and reporting your current location at each step.
- Start at your home directory.
- Move into the
Projectsdirectory. - Move into the
Websitedirectory insideProjects. - Move into the
assetsdirectory insideWebsite. - At each step, display the current directory and list its contents.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 4.17
Challenge: Navigate the Filesystem
Swipe to show menu
Task
Swipe to start coding
You are organizing files for a project using Bash navigation commands. Your task is to move through a typical project directory structure, listing the contents and reporting your current location at each step.
- Start at your home directory.
- Move into the
Projectsdirectory. - Move into the
Websitedirectory insideProjects. - Move into the
assetsdirectory insideWebsite. - At each step, display the current directory and list its contents.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 2
single