/bin
for programs (essentially, executable binaries)/dev
for device files/lib
for extra executable code loaded by programs (libraries)/usr
first for user data, then as an extra OS area with its ownbin
andlib
and thenman
containing the manual in electronic form. The source code was also often provided somewhere under/usr
.- And there were a few files in the operating system that didn't fit in any of the existing categories. This included a
passwd
file containing users' passwords, and anmtab
file written bymount
, and theinit
and laterrc
programs executed at boot time, and over time more and more programs that were intended to be executed only for administration purpose and not as part of normal usage.
What does etc stand for
Aug 11, 2022 at 13:06:53