UNIX System Management: File system hierarchy

Source: Internet
Author: User
Keywords Unix System Management hierarchy
Tags aliyun application configuration configuration data content data directory etc

To complete this chapter, you can do the following things:

Describes why you should distinguish between dynamic file systems and static file systems

Describes the main contents of/sbin,/usr,/stand,/etc,/dev,/var (operating system-related directories)

Describes the main contents of/opt,/etc/opt, and/var/opt (application-related)

Finding files in the file system using Find, and the Whereis command

Introduction to File System examples

Many system management tasks require http://www.aliyun.com/zixun/aggregation/13879.html "> system administrators know the location of system and application configuration files and log files, and can operate on these files." So knowing the file system organizational structure allows you to find these files and work on system management.

The standard at&t SVR4 file system layout is described below.

Files in a file system can be categorized by different methods. Examples can be divided into static and dynamic files, executables, and configuration files. These classification principles form the logical structure of the file system and can simplify the tasks of system administration.

File system can be divided into static and dynamic two parts

Files and directories in the file system are divided into static and dynamic categories. Content in static files and directories is rarely changed unless a patch is installed or the operating system is installed or the application is installed. executable files, libraries, and system startup tools are all considered static.

Dynamic files and directories are frequently changed. Configuration file. Temporary files, and user files are considered dynamic.

Distinguishing between dynamic and static data provides the following benefits:

System backup Easier

Easier disk space management

Executable files and configuration files

The configuration data and executable code are saved separately. Saving the configuration file and executable file separately provides the following benefits:

Changes to configuration data are not lost when the operating system is upgraded.

Executable files can be easily shared across the network, and each host's own profile can be stored on the local host

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.