CL101:Directories
Appearance
Command Line 101 Class Notes | |
---|---|
|
/[edit]
- The root. Base of everything. Everything is ether in, or mounted in root.
/etc[edit]
- Holds most configuration files
/usr[edit]
- Holds most static data
/usr/bin[edit]
/bin[edit]
- Story about bin vs /usr/bin
/var[edit]
- Holds most variable data
- Logs in /var/logs
/home (/User)[edit]
- Holds User's home data
- $HOME
/tmp[edit]
- Holds temporary data
- Cleared out on reboot
- Sometimes there is a job to clean out older entires more regularly.