Login to server by SSH, use following command replacing /test for the directory you wish to search through.
# du -ha /test | sort -n -r | head -n 10
This will print out the top 10 files and directories sorted based on size.
InetServices offers both Windows and Linux bare metal server hosting, and cloud server hosting for any small to medium size business. We also offer both PCI and HIPAA Compliant servers allowing you to achieve PCI or HIPAA Compliance without all the worries of figuring it out. InetServices offers much more than just dedicated servers and cloud servers, we offer you a complete solution to your hosting needs including Big Data, Disaster Recovery, and High Availability services.
Login to server by SSH, use following command replacing /test for the directory you wish to search through.
# du -ha /test | sort -n -r | head -n 10
This will print out the top 10 files and directories sorted based on size.