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.

link|improve this question

2  
man hier and pathname.com/fhs , until I find the duplicate to close on :-) – Kyle Brandt May 4 '10 at 15:38
That is what I am looking for thanks. – Joshua Enfield May 4 '10 at 15:41
feedback

closed as exact duplicate by Dennis Williamson, Kyle Brandt, Zypher, John Gardeniers, splattne May 4 '10 at 20:40

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 5 down vote accepted

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

Wikipedia Link
FHS Website

link|improve this answer
feedback

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

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.