
du(1) — Linux manual page - man7.org
Summarize device usage of the set of FILEs, recursively for directories.
du command in Linux with examples - GeeksforGeeks
Dec 27, 2024 · What is the du command in Linux, and how does it differ from the df command? The du command in Linux is used to estimate file space usage. It displays the sizes of …
Linux commands: du and the options you should be using - Enable Sysadmin
Apr 21, 2020 · The du command is a standard Linux/Unix command that allows a user to gain disk usage information quickly. It is best applied to specific directories and allows many …
'du' Linux Command Guide: Disk Usage Made Easy - Linux …
Dec 11, 2023 · The 'du' command in Linux is used to estimate file and directory space usage. It is used with the syntax, du [filename or path/to/directory]. Here’s a simple example: du …
du Cheat Sheet - du Command Line Guide
The du (disk usage) command in Linux is used to estimate and display the amount of disk space used by files and directories. It provides detailed information about how much space a …
How to Find Disk Usage of Files and Directories in Linux - Tecmint
Aug 14, 2023 · The du command is versatile and can be tailored to your needs using various options and flags. Use man du in the terminal for more detailed information about its options …
du Command in Linux – Tutorial and Examples - Linux Stans
Dec 13, 2022 · In Linux, du stands for “disk usage” and it’s a command most often used to check the size (and other space/disk usage) of the files and directories. The du command can be …
10 Linux DU Command Examples (Files and Folders Disk Usage …
Jun 27, 2012 · Linux du command is used for summarizing the disk usage in terms of file size. It can be used with folders to get the total disk usage. This article provides some examples on …
du Man Page - Linux - SS64.com
du. Disk Usage - report the amount of disk space used by the specified files and for each subdirectory. Syntax du [options]... [file]... With no arguments, 'du' reports the disk space for …
du Command in Linux Explained [With Examples] - LinuxOPsys
Jun 21, 2023 · Du command calculates the amount of disk space consumed by files under a particular directory (or subdirectories). Check useful du command flags to check disk usage.