Login to your VPS with SSH

Find all files larger them 500 MB

find / -type f -size +500M -exec ls -lh {} \;

List root dir sizes. Or any current folder (run without /)

du -h --max-depth=1 /

Remove specific files:

sudo rm -R nameofthefile
0
Would love your thoughts, please comment.x
()
x