In the last few decades the disks inside our PCs have gotten more and more spacious; for example now is starting to be common to have multiple terabytes. But still it doesn’t mean that they can hold infinite data. If your disk is getting full, you can find large files on Linux easily.
The following procedure to find large files on Linux rely on the terminal, as we are going to use the commands du (which stands for Disk Usage), sort (the name is self-explanatory) and head (showing only the first X results, 10 by default), so open it.