Linux directory Structure _unix Linux

Source: Internet
Author: User

Linux's directory structure is more complex than DOS, let's take a look at what's in its catalog.

/bin (binary)
This directory contains all the standard commands and applications.


/boot
Here are some of the files you'll use for Lilo.


/dev (device)
This directory contains the file interface with terminals and peripherals, under Linux, files and devices are accessed in the same way


. Each device on the system should have a corresponding device file here.
Examine this macro:
#define PUTCHAR (CH) fputc (ch,stdout)
One of the fputs is the CH output to the STDOUT, where the stdout is taken as a document.


/ETC (Etcetera)
This directory contains system Setup files and other system files, which are extremely important under Linux, so let's look at

What does it have in its subdirectories:
/etc/dir_colors
Set in the use of LS, a variety of different file types used in the color, but can not use pipe to guide the output,

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.