Navigating The File Systems Navigating The File Systems
Navigating The File Systems Navigating The File Systems
Topics
The Tree Structure
The File System Hierarchy
Path Names
Basic File System Commands
Create and Remove Directories
Example:
/home/condron/source/xntp
Eng. Ghassan Abuelwafa 0912235453 3
The File System Hierarchy
File System Hierarchy Standard (FHS)
Example 1: # whereis ls
Relative Path
Absolute Path
Contd…
Eng. Ghassan Abuelwafa 0912235453 5
Path Names
Absolute path
Relative path
Syntax
# mkdir <new directory name>
Example: mkdir dir1
Removing directories
There are two commands you can use for removing
directories.
rmdir
rm -r