#!/bin/bashrage=$(df -h | grep "/dev/sda5" | awk '{print $5}' | cut -d "%" -f 1)if [ $rage -ge 10 ]thenecho "/dev/sda5 is full !!!!"fi