GoboLinux是一份特殊的Linux发行,它打破了具有历史传统的Unix目录结构。简单地说,这意味着它不具有像/usr和/etc这样的目录。
改变这种结构的主要思想是把与一个应用有关的所有文件都放到它自己单独的子目录树下,所以,我们就有了诸如
/Programs/GCC/2.95.3/lib这样的目录。为了让系统能找到这些文件,它们在/System/Links/Executables这
样的目录下按逻辑归组,你也许已猜出,它们包含了Programs目录树下所有可执行文件的符号链接。为了向后兼容传统的Unix/Linux应用程序,
我们也提供了模仿Unix目录树的符号链接,例如“usr/bin ->
/System/Links/Executables”以及“/sbin ->
/System/Links/Executables”,这个例子也说明,同种类文件之间那些不确定的差别也被消除了。 Carlo Calica has announced the availability of a minor point release of GoboLinux, version 014.01: "We are very happy to introduce GoboLinux 014.01, the new release of GoboLinux, the Linux distribution with an alternative file system structure. This release is our first 'point release', providing a stability update for our latest major version, GoboLinux 014, which was released three months ago. Overview: the CD serves both as an installation disc and a live CD, with a complete graphical desktop featuring KDE 3.5.8, OpenOffice.org 2.3.1 and a host of applications; features an installer that works on both text and graphical mode; features a udev-based hardware detection system." Read the rest of the release notes for a detailed list of features and changes. Download: GoboLinux-014.01-i686.iso (671MB, MD5). |