Directory

Directory

Directories are files that store other files.

Path special characters

The following are pathing characters used for navigating directories:

Special characterDescription
/Root path
.Symlink to current directory
..Symlink to the parent directory
~User directory
~iwellerThe user directory for iweller

Top level directories

The following are common root level directories

DirectoriesDescription
/binbinary programs
/etcsystem configuration files
/homehome directory for users on the machine
/optthird party software
/tmptemporary space, cleared on reboot
/usruser related programs
/varlog files

References