View the folder size in Linux

Source: Internet
Author: User
View the size of the Linux File directory and the number of files contained in the folder

Total statistics size
Du-SH xmldb/
Du-Sm * | sort-N // count the current directory size and sort the directory size.
Du-SK * | sort-n
Du-SK * | grep guojf // view the size of a person
Du-M | cut-d "/"-F 2 // read the text before the second character
View the number of files in this folder /*
Du xmldb/
Du xmldb/* | WC-l
40752
Explanation:
WC [-LMW]
Parameter description:
-L: number of rows
-M: The number of characters.
-W: How many words

DF views the total capacity, used capacity, and inode of the hard disk.

View the used file capacity in Du

DF-[ikm]

-I use I-nodes to display the result

-K: Display Results in KB

-M: Use MB to display results

Du [-abckms] [directory name]

-A: lists all files and directories. The default value is the value of the List Directory.

-Values listed in B are output as B.

-C: Calculate total

The values listed in-K are output in KB.

-The values listed in m are output in MB.

-S: only list the final sum of values.

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.