Thursday, March 20, 2008

Find out how much space each file is occupying

Consider this situation. You want to know much space is available on your hard disk. No big deal, du can tell you the stats. For this open the terminal and type du -h. You will get the required details as below sathya@shaman:~$ du -h /home/sathya/Downloads 35M     /home/sathya/Downloads/kubuntu debs 177M    /home/sathya/Downloads sathya@shaman:~$ du -h /home/sathya/Downloads/kubuntu debs/ 35M     /home/sathya/Downloads/kubuntu debs But this [...]

Read More...

No comments: