Earlier quoted context omitted.
> "The home folder - /boot/home/" What relationship is there between home folders and the boot process?
These are folders on the boot drive, which is always mounted on /boot?
Linux Filesystem Hierarchy (2004)
21–30 of 65 posts
Re: Linux Filesystem Hierarchy (2004)
#22Earlier quoted context omitted.
With a proper redesign from scratch, it could have the same success and market share Haiku has.
Right, without back-compat, any system trying to gain marketshare is domed. ...but Linux has chroot, symlinks, hardlinks, and everything in-between - it's entirely possible to design a Linux environment where the clutter and warts of back-compat are only visible to the users and programs that need to see them.
Re: Linux Filesystem Hierarchy (2004)
#23complementary openbsd resource: https://man.openbsd.org/hier some differences: * openbsd does not use a /boot/ partition. instead it uses the bsd.* files in root. * no /proc/ in its entirety in openbsd. use sysctl(3) instead. * current openbsd does not have a separate /var/tmp/; it is a symbolic link to /tmp/.
So there’s no equivalent to EFISTUB (the kernel as a UEFI executable, most easily accomplished by mounting the ESP at /boot)?
Re: Linux Filesystem Hierarchy (2004)
#24Earlier quoted context omitted.
The story went something like, the guys building UNIX got a second hard drive, so they moved the home directories (/usr) to it. As the system grew, they started dropping more binaries into /usr/bin (while trying to keep /bin for things needed to boot/rescue the system, in case the disk with /usr failed). The rest is history.
And to this day there is a mysterious 'bin' user on Linux systems that no one seems to use or know the purpose of. I wonder if another UNIX at some point added such a user in order to reserve '/usr/bin'...
Re: Linux Filesystem Hierarchy (2004)
#25[0] https://wiki.gobolinux.org/Overview/GoboLinux-Filesystem-Hie...
Re: Linux Filesystem Hierarchy (2004)
#26Re: Linux Filesystem Hierarchy (2004)
#27Earlier quoted context omitted.
The story went something like, the guys building UNIX got a second hard drive, so they moved the home directories (/usr) to it. As the system grew, they started dropping more binaries into /usr/bin (while trying to keep /bin for things needed to boot/rescue the system, in case the disk with /usr failed). The rest is history.
And to this day there is a mysterious 'bin' user on Linux systems that no one seems to use or know the purpose of. I wonder if another UNIX at some point added such a user in order to reserve '/usr/bin'...
Makes upgrades easier when leaving SysV init alone (in /bin).
Re: Linux Filesystem Hierarchy (2004)
#28"For example, StarOffice, Kylix, Netscape Communicator and WordPerfect packages are normally found here"
Re: Linux Filesystem Hierarchy (2004)
#29Earlier quoted context omitted.
The /proc equivalent in OpenBSD is ptrace(2).
Could you elaborate? To me there seems extremely little overlap there (I'm familiar with both the procfs and linux's ptrace APIs, but not OpenBSD's ptrace).
Re: Linux Filesystem Hierarchy (2004)
#30Earlier quoted context omitted.
> "The home folder - /boot/home/" What relationship is there between home folders and the boot process?
It says it's the boot volume, not necessarily the equivalent I guess of /boot on Linux where it's exclusively for boot related things.