"Self-learning Linux" Linux file System Management (i)

Source: Internet
Author: User

rootfs: Root file System
/boot: System startup related files such as kernel, INITRD, and Grub (bootloader)
/dev: device files
      Device files:
         block devices: Random access, data blocks
         Character Devices: Linear access, by character
         device number: Master device Good (major) and secondary device number (minor)
/etc: Config file
/ Home: The user's home directory, each user's home directory usually defaults to/home/username
/root: Administrator's home directory
/lib: library file
     Static library,    .A
     Dynamic library,    .dll,. So (Shared object)
/media: mount point directory, mobile device
/mnt: mount point directory, Additional temporary file system
/OPT: Optional directory, installation directory for third-party programs
/proc: Pseudo file system, kernel mapping file
/sys: Pseudo file system, property mapping file associated with hardware device
/tmp: Temp file,/var/tmp
/var: variable file
/bin: executable, user command
/sbin: administrative command

/usr:shared, read-only
    /usr/bin
    /usr/sbin
    /usr/lib

/usr/local:
    /usr/local/ Bin
    /usr/local/sbin
    /usr/lib

This article is from the "Maskpaperman" blog, make sure to keep this source http://mrros.blog.51cto.com/9403540/1840638

"Self-learning Linux" Linux file System Management (i)

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.