Window | Linux Usage

Linux 디렉토리 의미

아르센 루팽 2019. 6. 18. 23:34

리눅스의 디렉토리별 의미를 정리한 사이트가 있어, 링크를 남겨둡니다.

http://www.pathname.com/fhs/pub/fhs-2.3.html
 

Filesystem Hierarchy Standard

Filesystem Hierarchy Standard Group Edited by Rusty Russell Daniel Quinlan Christopher Yeoh Copyright © 1994-2004 Daniel Quinlan Copyright © 2001-2004 Paul 'Rusty' Russell Copyright © 2003-2004 Christopher Yeoh This standard consists of a set of requiremen

www.pathname.com

Root 파일 시스템

  • /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
  • /home : User home directories (optional)
  • /lib : Essential shared libraries and kernel modules
  • /media : Mount point for removeable media
  • /mnt : Mount point for a temporarily mounted filesystem
  • /opt : Add-on application software packages
  • /root : Home directory for the root user (optional)
  • /sbin : System binaries
  • /srv : Data for services provided by this system
  • /tmp : Temporary files

/usr 파일 시스템

  • /usr/X11R6 : X Window System, Version 11 Release 6 (optional)
  • /usr/bin : Most user commands
  • /usr/include : Directory for standard include files.
  • /usr/lib : Libraries for programming and packages
  • /usr/local/share
  • /usr/sbin : Non-essential standard system binaries
  • /usr/share : Architecture-independent data
  • /usr/src : Source code (optional)

/var 파일 시스템

contains variable data files

  • /var/account : Process accounting logs (optional)
  • /var/cache : Application cache data
  • /var/cache/fonts : Locally-generated fonts (optional)
  • /var/cache/man : Locally-formatted manual pages (optional)
  • /var/crash : System crash dumps (optional)
  • /var/games : Variable game data (optional)
  • /var/lib : Variable state information
  • /var/lib/hwclock : State directory for hwclock (optional)
  • /var/lib/misc : Miscellaneous variable data
  • /var/lock : Lock files
  • /var/log : Log files and directories
  • /var/mail : User mailbox files (optional)
  • /var/opt : Variable data for /opt
  • /var/run : Run-time variable data
  • /var/spool : Application spool data
  • /var/tmp : Temporary files preserved between system reboots
  • /var/yp : Network Information Service (NIS) database files (optional)

 

반응형