Basic Navigation: `cd`, `ls`, `pwd`
Learn to move around the file system, list directory contents, and identify your current location.
Navigating Your Linux System
The Linux file system is a tree rooted at /. This lesson covers the commands to move around it and see what’s inside each directory.
Where Am I? The `pwd` Command
Lost your place? pwd (print working directory) shows the full path of where you are right now — your “you are here” sign.
All lessons in this course
- Introduction to the Linux Shell
- Basic Navigation: `cd`, `ls`, `pwd`
- File & Directory Management: `mkdir`, `rm`, `cp`, `mv`
- Getting Help: man, --help, and tldr