Problema disco full Linux Server

13 March 2025

Usaremos los siguientes comandos para buscar que ocupa el espacio.

  • Verifica el espacio en disco: df -h
  • Buscar carpetas grandes en el raíz: du -hxd1 /
  • Buscar archivos grandes en el raíz: find / -type f -size +500M
  • Limpiar logs: rm -rf /var/log/*.gz
  • Limpiar caché de apt: apt-get clean
  • Borrar snaps antiguos:snap list --all 

  • Check out more IT nuggets at www.ruizpelaez.com.

    A bit (1,0) about me:

    IT Admin with positive attitude, self-taught, hard worker,  problem solver.  Always improving and learning new skills.