Linux common directory and directory role Description

Linux Directory Structure

/:Root directory

/ Boot: boot storage system documentation

/ Etc: storage system configuration files

/ Dev: storage system device files (e.g., / dev / sda)

/ Run: Run-related file storage system

/ Bin: storage system command

/ Sbin: storage system command (Command administrators)

/ Home: the average user's home directory (except the root user)

/ Root: root account's home directory

/ Usr: third-party system software installation directory

/ Var: variable file storage system

/ Var / log: log file storage system

/ Tmp: temporary file storage system

/ Lib: file repository (library)

/ Lib64: store the 64-bit libraries (libraries)

/ Mnt: mount point

/ Media: storage of media files

/ Opt: third-party software store directory (perform operations)

/ Srv: Create a virtual machine (some of the network services start, these services require access to the data directory)

/ Proc: pseudo file system, memory data

/ Sys: storage (recording associated with the core information) system-related documents

/ Lost + found: errors and lost data

 

Guess you like

Origin www.cnblogs.com/chenli90/p/10987598.html