DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • TOP-5 Lightweight Linux Distributions for Container Base Images
  • Recent Linux Kernel Features Relevant to System Design
  • How to Troubleshoot Common Linux VPS Issues: CPU, Memory, Disk Usage
  • Debugging Core Dump Files on Linux - A Detailed Guide

Trending

  • Edge Computing in Utility IoT: Two Architecture Patterns That Actually Work
  • How to Format Articles for DZone
  • Master-Class: Understanding Database Replication (Single, Multi, and Leaderless)
  • LLM-Powered Deep Parsing for Industrial Inventory Search
  1. DZone
  2. Software Design and Architecture
  3. Performance
  4. Check Directory/dir/file Size In Linux

Check Directory/dir/file Size In Linux

By 
Snippets Manager user avatar
Snippets Manager
·
Dec. 09, 08 · Code Snippet
Likes (0)
Comment
Save
Tweet
Share
17.0K Views

Join the DZone community and get the full member experience.

Join For Free


#check partition sizes
df -h

#check directory size
du -s -h /var/log/

#check every directory and file sizes under a dir.
du -s -h /var/log/*

#check individual size size
du -s -h /var/log/lastlog 
Linux (operating system)

Opinions expressed by DZone contributors are their own.

Related

  • TOP-5 Lightweight Linux Distributions for Container Base Images
  • Recent Linux Kernel Features Relevant to System Design
  • How to Troubleshoot Common Linux VPS Issues: CPU, Memory, Disk Usage
  • Debugging Core Dump Files on Linux - A Detailed Guide

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook