TiPs Of Linuxa
Pages
Lnx-Hub
SVK
ScrPtS
VirT
WinD
LatesT
Ubuntu
CentOS
ServerS
To Get FileSystem Used more than 85%
# df -h | awk 'NR>1 {print $0}' | sed -e 's/%//g' | awk '$5>=85 { print
"\n===================================""\n
FS " $6 " of size " $2 " ""is used " $5 "%"
"\n==================================="
} '
Newer Post
Older Post
Home