This article explains basic commands for navigation within Linux file system. The diagram below represents (part of) a Linux file system know as Filesystem Hierarchy Standard. A line from one node to a node on its right indicates containment. For example, the student directory is contained within the home directory.
In this tutorial you will learn:
- How to use
pwd
command - How to use
cd
command - How to navigate to user home directory
- Difference between relative vs absolute
- What is a parent directory