Posts

Showing posts with the label find

The following useful commands will help you find the root cause of "No left space" in your linux servers

sudo df -h sudo find . -type f -size +100M -exec ls -lh {} \; sudo du -h -d 1 -t 1G /home/www/.cache/