Linux core offers support for a large number of file systems. User interface provided is the same no matter the type of file system back. Generally different file names and directories are simple to be used efficiently in command line such as bin/, var/, usr/, lib. Mac Os uses more clear names
such as /library/, /Applications/, /Users/. Most of Linux distributions offers compatible interface with Filesystem Hierarchy Standard 3. FHS defines the main directories names and the content of it in a Linux distribution such as :
___________________________________________________________________________
Directory Description
___________________________________________________________________________
/ bin / binary commands associated with significant executable
————————————————————————————————————————
/ dev / dev / null , dev / hda , dev / random devices
————————————————————————————————————————-
/ etc / configurations files
————————————————————————————————————————-
/home/ home users directories
————————————————————————————————————————-
/ lib / libraries
————————————————————————————————————————–
/ mnt / temporary system files
————————————————————————————————————————–
/ proc / file system procfs
—————————————————————————————————————
/ root / users home ( root )
—————————————————————————————————————
/ sbin / executable commands that requires privileged user rights
—————————————————————————————————————-
/ usr / secondary hierarchy : contains binaries and libraries
—————————————————————————————————————-
/ var / variable files (logs, queues, temporary)

April 30th, 2012
admin 
