Linux System directory Analysis
- /bin: System instruction directory (e.g. LS, CP, MV, etc.)
- /dev: System equipment Directory
- Home: System users, each system users in this directory has a home, every time you log in, the system will automatically log in to their home, at home, the user has the highest privileges.
- /lib: System library file directory,. So suffix (dynamic library). A suffix (static library)
- /media: System multimedia Directory, Cdrecorder (optical drive), floppy (floppy drive)
- /MNT: System mount Directory
- /proc: System memory Directory
- /sbin: Command directory for super administrators (e.g. restart, shutdown)
- /tmp: System temp directory, equivalent to the Temp folder in Windows
- /var: frequently changing directories, such as Web pages, databases, logs, etc.
- /boot: System boot directory, boot Linux operating system, very important
- /etc: System configuration file directory
- /lost+found: Lost and claimed office
- /OPT: Third party program directory, such as QQ, WPS
- /root: The home of the Super admin
- /usr: The System programs directory, equivalent to the Program Files directory in Windows
?
?
Linux System directory Analysis