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? ).
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? ).
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
.exe
that's called an extension (it's just part of the file name in NTFS, too!), and when that file is brought over to an Ubuntu system, it is correct to call the.exe
suffix an extension here, too. Furthermore,.odt
is an extension,.tar.gz
and the final.gz
can both be called extensions (and.tar.gz
can exist on Windows too!). – Eliah Kagan Aug 14 '13 at 10:27