Created: 2023-01-20 13:46
Status: #concept
Subject: Programming DevOps
Tags: Linux Bash Command Line Interface

Directory

Description

  • It is a way to store files in a computer in a hierarchal, folder-like structure.
  • Each directory has a Path location.
  • / separates Directory paths in Unix while \ in Windows.

The Root Directory

The Directory that holds everything else.

It is refered using the Slash Character / on its own like in this example:
/Users/nelle, the left-most / indicates the Root Directory.

Linux Root Directory Illustration.png

References