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”,这个例子也说明,同种类文件之间那些不确定的差别也被消除了。 Lucas Villa Real has announced the first release candidate for GoboLinux 014, a desktop Linux distribution with a radically overhauled file system layout: "The first release candidate for GoboLinux 014 is out! Among other things, it includes a massive update of packages, including glibc 2.5, X.Org 7.2, GCC 4.1.2 and KDE 3.5.6, with Linux kernel 2.6.20.4 + UTF-8 support. We have now a better printing support, with a few basic drivers included in the live CD. And there were many, many bug fixes in the GoboLinux tools since 013, so we hope to provide a better experience for you all." More details, together with a list of known issues and a full package list, can be found in the release announcement. Download: GoboLinux-014-pre-release.iso (640MB, MD5). |