Package: base-files Version: 12.4 If /bin links to /usr/bin, and /usr/bin is in the PATH by default; why include /bin?
I'm assuming that the PATH is searched right to left (as later declarations over-write previous declarations), which would mean there is a small to zero performance reduction. If not; there is performance to be found. Found on Debian 12.9, I assume that this applies to many operating systems.

