redesignde the unix-like system directory

andrew clarke mail at ozzmosis.com
Wed May 6 13:12:32 UTC 2020


On 2020-05-06 20:16:43, kindu smith (malaizhichun at tom.com) wrote:

> Borrowing android and freebsd just to keep it simple:
> 
> /app, application directory, various system-level applications
> /boot,  boot directory, set up ABI, API, EFI, kernel, modules and other
> directories to store complete microkernel boot source code, interface,
> EFI partition information, modules.
> /cloud, various cloud applications
> /data,  database, such as key, web page data
> /help,  operating system manual
> /net,  network information and server information, etc.
> /system , store the file system hierarchy (FHS) directory
> /user,  user directory, set user account and information

The developers of Apple OS X and Haiku/BeOS (to use as examples) have already
done this to a certain extent. Both OSes began life with their own directory
structure, though, and they stuck with it. The structure wasn't changed years
later.

An existing established OS like FreeBSD is unlikely to move all its files
around just to make things slightly more convenient for new sysadmins. Among
other things, reorganising the root directory structure would make existing
documentation almost impossible to follow.

If you really want to go down that path (pun intended) I suspect you'll need
to create your own fork of FreeBSD.

The other option is to create a whole bunch of symlinks on an existing system.

However I feel that both involve a lot more unnecessary work instead of simply
learning where everything is on that system.


More information about the freebsd-questions mailing list