In linux, why are folders for configuration files always named *.d?
Say
/etc/init.d/etc/grub.d/etc/apparmor.d
|
In linux, why are folders for configuration files always named Say
| |||||||||
feedback
|
|
The It is also usually the case that all (reasonably-named) files in such a directory are automatically combined into a single configuration. Packages can then install files into a directory like that, and they will be used automatically. Again, | |||
|
feedback
|