Hacker News new | ask | show | jobs
by tdoggette 840 days ago
> Through a mapping of traditional paths into their GoboLinux counterparts, we transparently retain compatibility with the Unix legacy. [...] There is no rocket science to this: /bin is a link to /System/Index/bin. And as a matter of fact, so is /usr/bin. And /usr/sbin... all "binaries" directories map to the same place. Amusingly, this makes us even more compatible than some more standard-looking distributions. In GoboLinux, all standard paths work for all files, while other distros may struggle with incompatibilites such as scripts breaking when they refer to /usr/bin/foo when the file is actually in /usr/local/bin/foo.