[[email protected] ~]#cd /
[[email protected] /]# df
文件系统 1K-块 已用 可用 已用% 挂载点
/dev/mapper/centos-root 17811456 8321620 9489836 47% /
devtmpfs 917532 0 917532 0% /dev
tmpfs 933512 0 933512 0% /dev/shm
tmpfs 933512 17512 916000 2% /run
tmpfs 933512 0 933512 0% /sys/fs/cgroup
/dev/sda1 1038336 182584 855752 18% /boot
tmpfs 186704 28 186676 1% /run/user/1000
tmpfs 186704 48 186656 1% /run/user/0
/dev/sr0 4414592 4414592 0 100% /mnt
[[email protected] /]# df -h|awk ‘NR==2{print $5}‘
47%
[[email protected] /]# root_disk=$(df -h|awk ‘NR==2{print $5}‘)
[[email protected] /]# echo $root_disk
47%
原文地址:http://blog.51cto.com/13859004/2144644
时间: 2024-10-10 02:39:47