Oct 16, 2025 · 6 min read · El manejo y la organización de datos son fundamentales en cualquier sistema operativo, y en Linux, esto se gestiona mediante el montaje y desmontaje de sistemas de archivos. Entender estos procesos es clave, como lo demuestran los currículos de certi...
Join discussion
Jul 8, 2025 · 3 min read · Basic Disk Usage Report Example Usage: df What it does: Displays the amount of disk space used and available on all mounted filesystems, using default units (blocks) and summarizing the data. Command-line Arguments Explained: None: No arguments prov...
Join discussionMar 19, 2025 · 6 min read · System Run Levels Main Run Level 0 » Shutdown (or halt) the system 1 » Single-user mode; usually aliased as s or S 6 » Reboot the system Other Run Level 2 » Multiuser mode without networking 3 » Multiuser mode with networking 5 » Multiuser mo...
Join discussionAug 1, 2024 · 2 min read · df Command Cheatsheet The df command in Unix-like systems is used to display information about disk space usage. It provides details on disk space usage for mounted filesystems. Here’s a quick reference guide: Basic Syntax df [OPTION]... [FILE]... C...
Join discussion
Jan 27, 2023 · 1 min read · I was facing this issue this morning. My system was on for several weeks, and today it was showing disc full warnings. On brief analysis, I found that /var/log/ folder has grown massively. So cleaned up system logs, and ran Bleachbit as root user. No...
Join discussion