I m writing an application which reads a bunch of config files from a /etc/myapp.d folder (so /etc/myappd.d/*.conf). However, I don t understand the significance of the .d part.
Does this type of directory usage have a specific name, or is .d==directory and that s the end of it?