type
Post
status
Published
date
Mar 10, 2026 04:28 PM
slug
tools/101/linux
summary
tags
101
Linux
category
Tutorial
icon
password
URL
I. Storage
1.1 Viewing Storage Usage in a Specific Directory
Use the du command:
The
du (disk usage) command is one of the most commonly used tools for checking disk usage of files and directories. The basic command format is:-s displays the total size of the specified directory without subdirectory details-h displays sizes in human-readable formats (e.g., KB, MB, GB).- Author:Lin Liu
- URL:https://www.bioinfol.tio/article/%20tools/101/linux
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts


Linux 101



