Why do configuration folders have *.d in their name [duplicate]

Possible Duplicate:
Many directories have a ā€œ.dā€ suffix/extension. What does it mean?

Why do most of the folders in /etc/* end with *.d

I am just curious to know, why folders would have this ( extension? ).

enter image description here

5

1 Answer

The .d denotes a directory containing configuration files, as opposed to a single config file.

This applies to other configuration directories under /etc such as /etc/apt.conf.d/, /etc/rc.d

You Might Also Like