As a Linux administrator, you must periodically check which files and folders are consuming more disk space. It is very necessary to find the unnecessary junks and free up them from your hard disk.
This brief tutorial describes how to find the largest files and folders in the Linux file system using
du
and find
command. If you want to learn more about these two commands, then head over to the following articles.- Learn 10 Useful ‘du’ (Disk Usage) Commands in Linux
- Master the ‘Find’ Command with this 35 Practical Examples
How to Find Biggest Files and Directories in Linux
Run the following command to find out top biggest directories under
/home
partition.
The above command displays the biggest 5 directories of my /home partition.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
► Read more: http://adf.ly/1n5Wwj
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
No comments:
Post a Comment