find the large files in Linux – CentOS

0
795

With running the servers or computers by using Linux operation system.

Here is the command to search about the large files.

find . -xdev -type f -size +100M

It will look for you about the large files more than 100m. You can change the number for larger or smaller.