"/": the entry to the Linux file system It is also the highest level directory

"/bin": The commands and functions required by the basic system are similar to "/usr/bin". The files in this directory are executable Ordinary users can also execute

"/boot": The kernel and the file required to load the kernel. grub system boot manager is also in this directory

"/dev": device file storage directory Image terminal Disk, etc

"/etc": all system configuration files

"/home": the default storage directory for ordinary users

"/lib": the directory where library files and kernel modules are stored

"/media": The mount point of the plug and play device is automatically stored in this directory Like the USB flash drive, the cdrom/dvd will be in this directory after it is automatically mounted

"/mnt": the mount point directory of the temporary file system

"/opt": the directory where third-party software is stored

"/root": the directory following the root of the Linux super user

"/sbin": Basic system maintenance commands, which can only be used by super users

"/srv": stores some data that needs to be extracted after the server is started

"/tmp": temporary file directory

"/usr": stores information such as system commands and applications used by users Like a command Help files, etc

"/var": stores frequently changed data, such as logs Mail, etc