Saturday, May 21, 2011

How to know the Disk Space Usage


How to know the Disk Space Usage?
Ans:-Use du command (Summarize disk usage of each FILE, recursively for
directories.) Good to use arguments du -hs
(-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)  
(-s, --summarize display only a total for each argument

No comments:

Post a Comment