>>106922489
not him but linux has had the same layout for many years.
bin for binaries, libs for libraries and etc for system-wide config files.
sbin for binaries to be run by root only.
and a bunch of more.
none of this has changed.
yes, google cooks their own shit with android where the kernel stays linux but much of the other stuff is their custom made stuff.
if you want to know where your stuff is run from, pull up $PATH and see where the searched paths are then do whereis on something to know where that something is, it searches through those paths.
if this sounds complicated, no one really cares unfortunately because you either run gnome or kde and don't have to bother with this stuff or you use the command line more often than not and you are expected to know this.
either way you can use linux and do what you need to do with it.
an OS is made for running programs and stay out of the way. as long as your programs work efficiently thats most of the job done as far as systems go.
if the filesystem layout is bothering you, then learn it its not that complicated. you're just used to windows everything being like you already know it.
my most recent windows version on one of the computers is 7 so if i went now to windows 11, i would probably feel just as lost as you are in linux.
i remember searching for stuff regarding how to do some more advanced stuff with windows, mostly just lower level administration.
needless to say, things are not exactly clear at first.