Jump to Navigation

An Explanation of the Linux Filesystem Structure

tags:

I've been staring at the linux folder structure for some time now. I've gotten used to where everything goes, figured out that 'etc' is for configuration and 'var' is for variables and so on, but never actually seen an explanation of it. That was why I was interested to stumble upon the Filesystem Hierarchy Documenation: http://www.pathname.com/fhs/pub/fhs-2.3.html

That is a 300 page manual. Wikipedia gives a concise history, "The process of developing a standard filesystem hierarchy began in August 1993 with an effort to restructure the file and directory structure of Linux. The FSSTND (Filesystem Standard), a filesystem hierarchy standard specific to the Linux operating system, was released on 14 February 1994. Subsequent revisions were released on 9 October 1994 and 28 March 1995." and overview as well: http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Lines and paragraphs break automatically.

More information about formatting options