Skip to content

Filesystem Hierarchy Standard

이 표준은 UNIX 계열 운영 체제에서 파일 및 디렉터리 배치에 대한 일련의 요구 사항 및 지침으로 구성됩니다. 이 지침은 응용 프로그램, 시스템 관리 도구, 개발 도구 및 스크립트의 상호 운용성과 이러한 시스템에 대한 문서의 균일성을 지원하기 위한 것입니다.

목적

이 표준은 다음을 가능하게 합니다:

  • 설치된 파일 및 디렉토리의 위치를 ​​예측하는 소프트웨어 및
  • 설치된 파일 및 디렉토리의 위치를 ​​예측하는 사용자.

우리는 다음을 통해 이를 수행합니다:

  • 파일 시스템의 각 영역에 대한 지침 원칙 지정,
  • 필요한 최소 파일 및 디렉토리 지정,
  • 원칙에 대한 예외를 열거하고,
  • 역사적 갈등이 있었던 특정 사례를 열거합니다.

The Root Filesystem

  • /bin : Essential user command binaries (for use by all users)
  • /boot : Static files of the boot loader
  • /dev : Device files
  • /etc : Host-specific system configuration
    • /etc/opt : Configuration files for /opt
    • /etc/X11 : Configuration for the X Window System (optional)
    • /etc/sgml : Configuration files for SGML (optional)
    • /etc/xml : Configuration files for XML (optional)
  • /home : User home directories (optional)
  • /lib : Essential shared libraries and kernel modules
  • /lib<qual> : Alternate format essential shared libraries (optional)
  • /media : Mount point for removable media
  • /mnt : Mount point for a temporarily mounted filesystem
  • /opt : Add-on application software packages
  • /root : Home directory for the root user (optional)
  • /run : Run-time variable data
  • /sbin : System binaries
  • /srv : Data for services provided by this system
  • /tmp : Temporary files

See also

Favorite site

References


  1. Filesystem_Hierarchy_Standard.pdf