Finding Files That Take Up Space on Ubuntu

From LemonWiki共筆
Revision as of 14:17, 2 July 2026 by Planetoid (talk | contribs) (Created page with "Finding Files That Take Up Space on Ubuntu == Graphical User Interface (GUI) == # [https://snapcraft.io/filelight filelight]: Lets you choose which folder to scan {{Gd}} # baobab: Scans the entire computer directly; if there are too many files, it can take a long time. == Command-Line Interface (CLI) == # `df -h` quickly shows the usage status of different partitions == References == * [https://snapcraft.io/blog/how-to-keep-your-linux-disk-usage-nice-and-tidy-and-save...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Finding Files That Take Up Space on Ubuntu

Graphical User Interface (GUI)[edit]

  1. filelight: Lets you choose which folder to scan Good.gif
  2. baobab: Scans the entire computer directly; if there are too many files, it can take a long time.

Command-Line Interface (CLI)[edit]

  1. `df -h` quickly shows the usage status of different partitions

References[edit]