It seems that
some systems have a symlinks like this
/bin -> usr/bin /lib -> usr/lib /sbin -> usr/sbinSome systems have single file-symlinks of executables in these directories like this:
/bin/some_exe -> usr/bin/some_exe(this is what
usrmergeseems to accomplish as well)And some systems have some symlinks and some executables (including duplicates).
Questions
- Which state is the one that's meant to be?
- How do I get into the state that's meant to be from the other states?