Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Checking Free Space

Checking Free Space:

In order to check the free and usage space per File System and Directory and each sub directory we have two command

    1. df
    2. du

the ‘df’ Command Reports on a per file system basis. It report total Disk Space , disk space used , disk space free

#df –h

-h : used multipliers such as G or M for gigabytes and Megabytes

The ‘du’ command reports the number of kilobytes contained by the items within a directory

#du –s

#du –h

-s : used to request only the summary directory information

#du –s /etc



This post first appeared on RED HAT ENTERPRISE LINUX, please read the originial post: here

Share the post

Checking Free Space

×

Subscribe to Red Hat Enterprise Linux

Get updates delivered right to your inbox!

Thank you for your subscription

×