前端之家收集整理的这篇文章主要介绍了
linux – 名为“name”.d的目录的含义是什么,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想知道
linux环境中目录的后缀.d意味着什么
例如:
> init.d
> vhosts.d
非常感谢 :)
它通常用于表示包含系统或特定服务或应用程序的脚本和/或
配置文件的目录
/etc/init.d - system service configuration
/etc/logrotate.d - logrorate configuration
...
原文链接:https://www.f2er.com/linux/396102.html