To find Mount points size on the servers. : df -k To find current directory size : du -sh To find the current subdirectories and file sizes of current directory: du -h To find the current subdirectories and file sizes of current directory with sort: du -h |sort -h
Welcome to the Site! Here, you'll find practical tips, helpful commands, and simple solutions to everyday challenges. Whether it's a recurring issue or a quick command you often forget, this site aims to be your go-to resource. As I continue to learn, I’ll be sharing articles that break down each topic clearly—walking you through them one step at a time.