Open Source Support Forum

Please or Register to create posts and topics.

How to find the largest files in Linux

Do you want to see which files are the largest in your Linux system?

Open a terminal and run:

cd /

ls -lR | sort +4n