• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Contact
  • Archives
  • Search

Largest Files and Directories

June 24, 2020 by Ulysses

Here’s the command to find the largest files and directories in Linux.

du -a /var | sort -n -r | head -n 20

du -a /var | sort -n -r | head -n 20

Filed Under: Linux

Search The Website

Subscribe Via Email

Copyright © 2022