2

Possible Duplicate:
Meaning of directories on Unix and Unix like systems

I am rather new to linux, but I have installed a few different flavors. I noticed they all have similar folder names in the root directory

bin
boot
dev
etc
home
lib
lost+found
media
mnt
opt
proc
root
sbin
selinux
srv
sys
tmp
usr
var

I googled around, but couldn't find anywhere that explained the purpose of each of these. I understand a couple, but could anyone point me somewhere or give a quick breakdown of the common ones.

Joshua Enfield
  • 3,404
  • 8
  • 41
  • 58

2 Answers2

5

This is well defined by the File System Hierarchy Standard (FHS).

Wikipedia Link
FHS Website

Zypher
  • 36,995
  • 5
  • 52
  • 95
2

Most of these directories are described in the: Linux Filesystem Hierarchy

basvdlei
  • 1,296
  • 8
  • 13