Author: Didier Kryn Date: To: dng Subject: Re: [DNG] Further down the highway to hell
Le 17/01/2025 à 15:55, Kevin Chadwick via Dng a écrit : > OpenBSD makes great use of a separate /sbin by having all statically built
> critical system binaries there.
Dunno for BSD, but this has been wrong on Linux distributions for
several decades, I guess from the inception of dynamically linked
libraries on Linux.
eg: 'file /sbin/fsck'
Distros *love* dynamic libraries, for a reason which is related to
package management.