How to find large file/directory in a Linux system?

Admin, Bash, Direct Admin, IT Help Desk, Linux, Linux CLI

There easy way to find large folders on Linux is to use du command. See the example commands: sudo find / -xdev -type f -size +1000M -exec du -sh {} \; The above command list all files larger than 1000M with it size. du -h -x / | sort -h -r | head -10 This command...
Blog
DevWL

Search posts

Categories

  • * (12)
  • Admin (6)
  • Algorithms (3)
  • Backup (1)
  • Bash (5)
  • Cache (1)
  • cPanel (2)
  • CSS (5)
  • Data structure (1)
  • database (3)
  • Design Patterns (1)
  • DevOps (9)
  • Direct Admin (1)
  • DirectAdmin (1)
  • Divi (4)
  • Docker (15)
  • Error fix (1)
  • Express (1)
  • Frameworks (1)
  • GIT (7)
  • Good Practice (1)
  • Hosting (3)
  • HTML (4)
  • IT (87)
  • IT Help Desk (30)
  • JavaScript (9)
  • Kubernetes (4)
  • Laragon (6)
  • Linux (13)
  • Linux CLI (5)
  • Mac (1)
  • MariaDB (3)
  • Migration (1)
  • MongoDB (2)
  • MSQL (14)
  • mysql (13)
  • Networking (4)
  • NginX (2)
  • NoSQL (2)
  • PhotoShop (1)
  • PHP (33)
  • PHP fame of glory (1)
  • PHP tools (4)
  • PrestaShop (9)
  • Programming (1)
  • Project Management (1)
  • REGEX (4)
  • REST API (1)
  • SASS (1)
  • Server www (1)
  • software (1)
  • SQL (18)
  • Standards (2)
  • structure (1)
  • Symfony (1)
  • Symfony 4 (1)
  • Symfony 5 (1)
  • Tools (1)
  • Tools-JS (1)
  • Ubuntu (1)
  • UML (1)
  • UML Class Diagram (1)
  • Unix (1)
  • vbs (1)
  • VPS (1)
  • WebDesign (1)
  • WebDevelopment (14)
  • WebPack (1)
  • Windows (6)
  • Windows 10 ENV (4)
  • WooCommerce (10)
  • WordPress (41)
  • WSL/WSL2 (2)

Recent Posts

  • Web Server SSL Generator
  • Docker – How to log messages to container at runtime and terminal during build process.
  • Docker – docker-compose custom PHP app setup
  • Git – How to flatter the branch to one commit
  • Quick introduction to Vagrant
  • Openssl – Generate private and public keys using PHP in Windows 10/11
  • How to securely store passwords in a database.
  • Install Mysql Or MariaDB on WSL ubuntu
  • SQL (MariaDB) add numbering column to a results of sorted and unsorted query
  • Connecting PHP with MariaBD on Windows
  • How to retrieve forgotten WP custom login url/ login path from database, set in All-In-One Security (AIOS) – Security and Firewall plugin.
  • NginX + PHP on Windows 10
  • MariaDB SQL Recursive call to self (single table)
  • How to find large file/directory in a Linux system?
  • Backup Linux server to local machine with rsync
Ta strona korzysta z ciasteczek aby świadczyć usługi na najwyższym poziomie. Dalsze korzystanie ze strony oznacza, że zgadzasz się na ich użycie.Zgoda