Trace: • wordpress_migration • setup_postfix_relay • creating_wordpress_websites_on_ub1 • setup_new_box • enabling_mod_security • throttle_process • disk_space
One liner to get total, used and available disk space
df -Pk|awk '{ sum2 += $2 ; sum3 += $3 ; sum4 += $4} END { print sum2/1024/1024 " G, " sum3/1024/1024 " G, " sum4/1024/1024 " G"}'