Announcement

Collapse
No announcement yet.

The Linux Directory structure ...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    The Linux Directory structure ...

    and links to other goodies.
    http://www.thegeekstuff.com/2010/09/...tem-structure/

    Or, more definitively, the File Hierarchy Standard:
    http://www.pathname.com/fhs/pub/fhs-2.3.pdf
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    #2
    Re: The Linux Directory structure ...

    A good one on logs, but as the header indicates, needs some help. Good to get started, though:
    https://help.ubuntu.com/community/LinuxLogFiles
    An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

    Comment


      #3
      Re: The Linux Directory structure ...

      There is also a version 3.0 of the FHS in the works:
      http://www.linuxfoundation.org/colla...groups/lsb/fhs

      Some suggested changes:
      http://bugs.linux-foundation.org/sho...ree.cgi?id=758

      One of the bigger (suggested) changes is top level /run instead of /var/run (and various other directories), which is already a goal for debian (which means it'll probably drizzle to *buntus as well):
      http://wiki.debian.org/ReleaseGoals/RunDirectory

      Comment


        #4
        Re: The Linux Directory structure ...

        Right -- Debian Sid transitioned to FHS 3 about 2 months ago. The transition was a little bumpy for folks running a rolling release, but I would suppose *buntu will choose a version to incorporate the new structure. The bottom line:

        "/run is a new cross-distribution location for the storage of transient writable files needed from system startup to shutdown, but which do not require preserving across reboots. This location is a replacement for several existing locations in the Filesystem Hierarchy Standard."

        Comment


          #5
          Re: The Linux Directory structure ...

          Wiki

          > http://en.wikipedia.org/wiki/Filesys...archy_Standard


          Ubuntu

          > https://help.ubuntu.com/community/Li...emTreeOverview


          Repositories
          (Lucid and later)

          > http://ns2.canonical.com/search?keyw...ll&section=all

          :~$ apt-cache show ubuntu-policy

          Description: Debian Policy Manual and related documents
          This package contains:
          - Debian Policy Manual
          - Linux Filesystem Hierarchy Standard (FHS)
          - Authoritative list of virtual package names
          - Paper about libc6 migration
          - Policy checklist for upgrading your packages
          It also replaces the old Packaging Manual; most of the still-relevant
          content is now included as appendices to the Policy Manual.
          => /usr/share/doc/ubuntu-policy/fhs/fhs-2.3.html
          A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
          Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

          Comment


            #6
            Re: The Linux Directory structure ...

            The udev daemon (udevd) in oneiric is already looking for /run/udev, and since it isn't there it falls back to /dev/.udev.

            The error is harmless, since it nicely falls back to /dev/.udev, but it shows the change is underway in debian and how it flows downstream to derivatives.
            https://bugs.launchpad.net/ubuntu/+s...ev/+bug/784216

            Comment

            Working...
            X