Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the du command in linux to view the space

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Today, what the editor shares with you is to use the du command in linux to view the space. I believe many people don't know much about it. In order to make you understand better, I summarized the following contents for you. Let's look down together. I'm sure you'll get something.

The English full name of the du command is "Disk Usage", which is used to view the disk footprint. But unlike the df command, the du command is a view of the space used by file and directory disks, not a partition.

Syntax format: du [parameters] [file]

Commonly used parameters: coach

-a displays all file sizes in the directory-k displays file sizes in KB-m displays file sizes in MB-g displays file sizes in GB-h displays file sizes in an easy-to-read manner-s shows totals only

Reference example

Displays the size of the folder and subfolders in an easy-to-read manner:

[root@linuxcool] # du-h scf/

Displays all file sizes in the folder in an easy-to-read manner:

[root@linuxcool ~] # du-ah scf/

Output the space used by each subdirectory under the current directory:

[root@linuxcool] # du-hc-- max-depth=1 scf/

Displays the space occupied by the specified file:

[root@linuxcool ~] # du log2012.log about using the du command in linux to view the space is shared here. I hope the above content can be used as a reference for everyone. If you like this article, you might as well share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report