Linked by Thom Holwerda on Mon 30th Jan 2012 20:39 UTC
Permalink for comment 505166
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



Member since:
2005-07-11
Maybe it's "made up after the fact", but bringing order into chaos is laudable goal. It's too bad the Linux folks (and SysV folks in general) never "got it".
Just look at the hier(7) man page on FreeBSD to see a hierarchy that makes sense:
* / is for the OS, what's needed to boot
* /usr is for the OS, what's needed after boot (can be NFS mounted)
* /usr/local is for third-party apps installed by the user
Nice and clean, and makes sense. bin directories are for normal user apps. sbin directories are for system admin apps.
But, FreeBSD has a clear separation between "OS" and "third-party apps", which Linux doesn't have.
The unfortunate side-effect of this change is that the /usr/bin directory is going to be absolutely *HUGE* as every single application installed (from OS utils, to Xorg, to KDE, to Firefox, to Apache, etc, etc, etc. And there won't be many sub-directories.
It's bad enough already, but this is just going to make it worse.