The following command will look for files that are 100MB or larger on your linux server. You can easily change the what it looks for by editing the 100M
line to look for larger files.
find / -size +100M -ls
The following command will look for files that are 100MB or larger on your linux server. You can easily change the what it looks for by editing the 100M
line to look for larger files.
find / -size +100M -ls