Linux directory structure:/etc explained
ETC is a folder which contain all your system configuration files in it. Then why the etc name? “etc” is an English word which means etcetera i.e in layman words it is “and so on”. The naming convention of this folder is having some interesting history. The history of /etc folder in Linux/Unix In initial days of UNIX OS development there is a folder for each type of data like /bin folder for all your executable binaries /boot folder for all booting related information. /dev folder for all hardware devices attached to machine. But people encountered a situation to keep some files which...
Read More
