df -lk | awk '/^\//{ SUM += $3 } END { print SUM/2**20 " GiB" }' # Print out the total local disk space you are using.

df -lk | awk '/^\//{ SUM += $3 } END { print SUM/2**20 " GiB" }' # Print out the total local disk space you are using.

Comments

Popular posts from this blog

15 managing disk - understanding /etc/fstab xfs_admin mount -o rw,remount /

tomcat catalina coyote jasper cluster

list services on startup | initctl list | service --status-all | systemctl list-unit-files --type=service