Linux Navigate Filesystem — Free Linux Tutorial
Learn Linux Navigate Filesystem in Linux with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.
TL;DR: Learn Linux Navigate Filesystem in Linux with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.
Written & reviewed by the Syllab.in Academic Team (CBSE/NCERT subject experts) · Updated
Linux Navigate Filesystem in Linux
Linux filesystems are organized in a tree structure starting from the root directory (/). Paths can be absolute (starting with /) like /home/user/Documents, or relative (from your current location) like Documents. The home directory (~) is your personal folder where user files live. Commands like pwd, ls, and cd form the foundation of filesystem navigation.
pwd (print working directory) shows where you are right now. ls lists files and folders (ls -la for detailed info including hidden files). cd changes your location; cd ~ goes home, cd .. goes up one level, and cd - returns to the previous directory. Understanding absolute vs. relative paths is essential for efficient navigation.
Learn Linux Navigate Filesystem step by step with Syllab's free interactive Linux tutorial — runnable code examples, practice exercises and instant AI feedback, all free with no signup. Explore the full Linux course →