Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Navigate the Filesystem | Bash Basics: Commands, Files, and Navigation
Bash Fundamentals

bookChallenge: 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 Projects directory.
  • Move into the Website directory inside Projects.
  • Move into the assets directory inside Website.
  • At each step, display the current directory and list its contents.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 2
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

bookChallenge: 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 Projects directory.
  • Move into the Website directory inside Projects.
  • Move into the assets directory inside Website.
  • At each step, display the current directory and list its contents.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 2
single

single

some-alt