• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / How To Find 10 Largest Files & Directories On Linux File System

How To Find 10 Largest Files & Directories On Linux File System

By Sourabh / January 16, 2017 Category: How To, Ubuntu

Find the largest top 10 files and directories on Linux Ubuntu. How to find large files in Linux in / file system. On Linux, find largest file in directory using terminal command.

du Command is a great tool to find out the disk usage or files and directories on Linux Ubuntu Systems. Du command summarize disk usage of each FILE, recursively for directories.

cli-01

Find Largest Files/Directories In Linux Ubuntu

To display the largest top ten files or directories:

$ du -hsx * | sort -rh | head -10

To display the largest directories in the current working directory:

$ du -a /home | sort -n -r | head -n 10

To display the largest folders or files including the subdirectories:

du -Sh | sort -rh | head -10

cli-02

Explanation of Commands and Options

du : Estimate file space usages.
-hsx : (-h) Human Readable Format, (-s) Summaries Output, (-x) One File Format, skip directories on other file format.
sort : Sort text file lines.
-rh : (-r) Reverse the result of comparison, (-h) for compare human readable format.
head : output first n lines of file.
a : Displays all files and folders.
-n : Compare according to string numerical value.
-r : Reverse the result of comparisons.
-n : Print the first ‘n’ lines.

Tags: Du -A /Var | Sort -N -R | Head -N 10, Find Large Files Unix, Find Largest Directories In Linux, Find Largest Directories In Ubuntu, Find Largest Files In Linux, Find Largest Files In Ubuntu, Find Largest Files Unix, Find Top 10 Largest Directories In Linux, Find Top 10 Largest Directories In Ubuntu, Find Top 10 Largest Files In Linux, Find Top 10 Largest Files In Ubuntu, How To Find Large Files In Linux In / File System, Largest Directories In Linux, Largest Directories In Ubuntu, Largest Files In Linux, Largest Files In Ubuntu, Linux Find Files Larger Than 1gb, Linux Find Largest Directories Fast, Linux Find Largest File In Directory Recursively, Top 10 Largest Directories In Linux, Top 10 Largest Directories In Ubuntu, Top 10 Largest Files In Linux, Top 10 Largest Files In Ubuntu, Unix Find Largest Files In Directory

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap