Linked by Thom Holwerda on Mon 18th Aug 2008 23:33 UTC, submitted by Charles Wilson
Permalink for comment 327262
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 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
Linked by Thom Holwerda on 05/15/13 23:03 UTC
More News »
Sponsored Links



Member since:
2006-03-02
The reason Linux distros don't do someting sensible like changing the file system layout is inertia. It's the same reason so many people use Windows. They're stuck in their old ways. We Linux users like to tell Windows users how stuck in the mud they are and how they should join the 21st century and use Linux, a cutting edge operating system, with an out-dated, brain-dead file system structure.
In all seriousness, there is some use in keeping _some_ things separated. An app's binaries, local libraries (not system libraries), and data files should be kept in one place. But configuration files would likely go somewhere else so that you don't have to muck about in an app's internals to configure it. That brings me to the other major problem with Linux: All the config files are flat ASCII text in a custom format for each app. Switching to some standard XML format would make it easier to automate things like upgrades that need to combine config files from different versions of the app.
Edited 2008-08-19 02:57 UTC