How Linux looks at the size of a folder

Source: Internet
Author: User

Linux view the size of a folder by command:

du 1 -lh  The full path to the folder

example, query the size of the/var folder:

du 1 -lh/  var

Du recursively queries the size of all files under the path (if no parameters are present, all files within the folder are displayed, including the contents of the subfolders in the folder).

Command explanation:

Parameter--max-depth 1-LH sets the recursive depth to 1, and does not query subfolders. Therefore, use this parameter to display only the size of the folder, not the size of its subfolders.

Attention:

Depending on the operating system version, the command might be:

du 1 -lh  The full path to the folder

Or:

du --max-depth=1 -lh  The full path to the folder

How Linux looks at the size of a folder

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.