Users browsing this thread: 1 Guest(s)
venam
Administrators
Let's bump this thread, by mentioning a piece of software that is taking a new view on the hierarchy: systemd.
man 7 file-hierarchy describes a "modern" Linux hierarchy for systems that want to use systemd.
There isn't anything especially new in this hierarchy other than it including the XDG and systemd dirs.

What's new is that issuing systemd-path would help find where is what. For example to get the $PATH instead of the environment variable you can do:
Code:
systemd-path search-binaries
So now there's a disconnection with environment variables and instead we have a centralized mechanism. Software don't have to be preloading env anymore.

The decoupling is advantageous in a sense but it is arguably very Windows registry-like in my opinion and probably comes with the same issues. And as with all systemd software you definitely feel the eagerness of wrapping everything under an abstract "micro-service-like" framework so that you never touch the underlying system.


Messages In This Thread
Unix file hierarchy - by venam - 25-10-2016, 01:29 PM
RE: Unix file hierarchy - by venam - 25-10-2016, 01:31 PM
RE: Unix file hierarchy - by pranomostro - 25-10-2016, 04:32 PM
RE: Unix file hierarchy - by venam - 26-10-2016, 12:55 AM
RE: Unix file hierarchy - by venam - 03-11-2016, 08:56 AM
RE: Unix file hierarchy - by pranomostro - 03-11-2016, 12:07 PM
RE: Unix file hierarchy - by venam - 02-02-2021, 06:22 PM
RE: Unix file hierarchy - by jkl - 03-02-2021, 06:29 AM
RE: Unix file hierarchy - by mcol - 06-02-2021, 07:33 AM
RE: Unix file hierarchy - by venam - 06-02-2021, 08:24 AM
RE: Unix file hierarchy - by freem - 06-02-2021, 10:54 AM
RE: Unix file hierarchy - by mcol - 07-02-2021, 06:37 AM