Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Function description of the main directory under the Linux root directory

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "Linux root directory under the main directory function description", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's train of thought slowly in depth, together to study and learn "Linux root directory function description of the main directory"!

/ bin: store the most commonly used commands

/ boot: launch the core file of Linux

/ dev: device file

/ etc: store various configuration files

/ home: user home directory

/ lib: the most basic dynamic link sharing library of the system

/ mnt: generally empty, used to mount other file systems temporarily

/ proc: virtual directory, which is the mapping of memory

/ sbin: the system administrator commands to store the directory

/ usr: the largest directory, permitted applications and files

/ usr/X11R6:X-Window directory

/ usr/src:Linux source code

/ usr/include: system header file

/ usr/lib: stores commonly used dynamic link shared libraries and static archives

/ usr/bin, / usr/sbin: this is a supplement to / bin, / sbin

Another way of saying:

/ bin binary executable command

/ dev device special file

/ etc system Administration and configuration File

Configuration files and scripts started by / etc/rc.d

/ home the base point of the user's home directory, for example, the home directory of the user user is / home/user, which can be represented by ~ user

/ lib standard programming library, also known as dynamic link sharing library, acts like .dll files in windows

/ sbin system management commands, where the management programs used by the system administrator are stored

/ tmp common temporary file storage point

/ root system administrator's home directory (hehe, privileged class)

The / mnt system provides this directory to allow users to mount other file systems temporarily.

The directory / lost+found is usually empty, and the "homeless" file (.chk under windows) is here when the system is shut down abnormally.

/ proc virtual directory, which is the mapping of system memory. You can access this directory directly to get system information.

/ var the overflow area of some large files, such as log files for various services

The largest directory of / usr, where almost all the applications and files to be used are located. It contains:

/ usr/X11R6 directory where X window is stored

/ usr/bin numerous applications

Some hypervisors of / usr/sbin super user

/ usr/doc linux document

Header files required for developing and compiling applications under / usr/include linux

Configuration files of dynamic link libraries and software packages commonly used in / usr/lib

/ usr/man help documentation

/ usr/src source code, the source code of the linux kernel is in / usr/src/linux

/ usr/local/bin locally added commands

/ usr/local/lib locally added libraries

Thank you for your reading, the above is the "Linux root directory under the main directory function description" of the content, after the study of this article, I believe you on the Linux root directory under the main directory function description of this problem has a deeper understanding, the specific use of the situation also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report