Navigating the File System
Get up and running with the command line by navigating directories and files.
StartKey Concepts
Review core concepts you need to learn to master this subject
pwd
Print Working Directory
mkdir
Make Directory
ls
List
cd
Change Directory
Filesystem Structure
touch
Create New File
The Command Line
Helper Commands
pwd
Print Working Directory
pwd
Print Working Directory
$ pwd
/Users/sonny/Downloads
The shell command pwd
displays the file path from the root directory to the current working directory.
Navigation
Lesson 1 of 1
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory