Your Doorstep to the Temple of Oracle

Oracle EBS

Posts Tagged ‘df Command in linux/Unix’

df Command in linux/Unix

Posted by appsdba11i on May 4, 2011

Usage

Report how much free disk space is available for each mount you have.

Syntax :

df  [option]  Mountpoint


Genarally used options

-k        like –block-size=1K

-h,    –human-readable  print sizes in human readable format( GB’s)
-i,         inode information instead of block usage

Examples:

To Find Amount of Free Space in  All Mount points


Some of examples
==============

df -h
df -k
df -h mountpoint
df -i

Posted in linux | Tagged: , , , | Leave a Comment »