If you want to detect large files on the server, you can follow the command below.
find / -size +4194304k
The relevant command will find and show you files above 4gb + by itself. You can delete files that you think are unnecessary.
If you want to detect large files on the server, you can follow the command below.
find / -size +4194304k
The relevant command will find and show you files above 4gb + by itself. You can delete files that you think are unnecessary.