Linked by Thom Holwerda on Thu 28th May 2009 19:17 UTC
Ask OSNews is apparently quite popular among you guys; the questions just keep on coming in. Since David took on the first two, we decided to let me handle this one - it's an area I've personally coveredbefore on OSNews: file system layouts. One of our readers, a Linux veteran, studied the GoboLinux effort to introduce a new filesystem layout, and wondered: "Why not adopt the more sensible file system from GoboLinux as the new LSB standard?"
Permalink for comment 366043
To read all comments associated with this story, please click here.
I think FHS is actually pretty well designed for a general machine. There is no reason why _user_ should be able to get to the root of hierarchy in Linux, especially since there is a mount and symbolic links (of which SUBST and ASSIGN are stupid counterparts).
But I have two personal issues with FHS:
1. Configuration files (.*) in home directory; I would prefer something like ~/etc or even ~/.etc for this; but many applications rely on this.
2. Some third-party applications may have problems, if they don't use package manager. But this isn't really an FSB problem, as there should be standard API to all package managers which 3rd party apps could use (like InstallShield in Windows).
Member since:
2008-06-07
I think FHS is actually pretty well designed for a general machine. There is no reason why _user_ should be able to get to the root of hierarchy in Linux, especially since there is a mount and symbolic links (of which SUBST and ASSIGN are stupid counterparts).
But I have two personal issues with FHS:
1. Configuration files (.*) in home directory; I would prefer something like ~/etc or even ~/.etc for this; but many applications rely on this.
2. Some third-party applications may have problems, if they don't use package manager. But this isn't really an FSB problem, as there should be standard API to all package managers which 3rd party apps could use (like InstallShield in Windows).