Skip to main content

Check and clean up large files in your home directory

Over time, your home directory may grow in size. We recommend regularly checking your disk usage and removing any unnecessary files or folders.

You can use one of the following methods to check your disk space usage:

  • Use du command:
    du -cha --max-depth=1 . | grep -E "G"
  • Use ncdu command:
    ncdu
    To exit, press on letter x

    image.png