Simple Disk Usage Command for CentOs
On linux
To check disk usage in CentOS we are using "du" command.This is some of useful tips using "du" command :
- to check entire disk usage of all files and directories du -ah
- to check the specific file inside of a directory du -sh filename
No Comment to " Simple Disk Usage Command for CentOs "