Search Results

Search: Posts Made By: dungureanu
6,484
Posted By dungureanu
# df -h Sorry, but this command doesn't...
# df -h

Sorry, but this command doesn't work on AIX, only with '-k' flag is ok
6,484
Posted By dungureanu
Hi, The $4 variable is for used disk space,...
Hi,
The $4 variable is for used disk space, not for available space

Thanks
6,484
Posted By dungureanu
Disk Space Monitoring Script - OLD and NEW
It's the old thread "Disk Space Monitoring Script", modified for UNIX


This is the new code:

df -k | awk ' { if ( int($4) > 90)
{subject = $1 " More than 90% disk usage. Used: " $4
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy