Generally on the development and staging environments have disk issues where multiple application’s are running. Sometimes we also face low disk space on production systems.

Few days back my production application goes down. After searching for half an hour, I found the application was down due to disk full on my server. So I had searches all files greater than 1 GB and then all files greater than 100 MB. There was few logs files which was large in size, which caused disk full.

In this tutorial, you will learn how to search file by their size using find command.

#linux commands #command #file #find #linux

Find All files Larger Than 1GB Size in Linux
1.35 GEEK