美文网首页
Linux 文件系统

Linux 文件系统

作者: 赛亚人之神 | 来源:发表于2019-03-25 00:34 被阅读0次

    LSB(Linux Standards Base), FHS(FileSystem Hierarchy Standard)

    1. 官方文档 https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.pdf
    2. github 备份地址 https://github.com/GrandKai/Filesystem-Hierarchy-Standard


    Linux 上的应用程序的组成部分

    • 二进制文件:/bin, /sbin, /usr/bin, /usr/sbin, /usr/local/bin, /usr/local/sbin
    • 库文件:/lib, /lib64, /usr/lib, /usr/lib64, /usr/local/lib, /usr/local/lib64
    • 配置文件:/etc, /usr/local/etc
    • 帮助文件:/usr/share/man, /usr/share/doc, /usr/local/share/man, /usr/local/share/doc
    • 日志文件:/var/log(在不特别指定配置文件目录的前提下)

    Linux 下的文件类型

    相关文章

      网友评论

          本文标题:Linux 文件系统

          本文链接:https://www.haomeiwen.com/subject/rrsuvqtx.html