linux 查看文件夹大小
du和df
du 统计文件大小相加 du -- display disk usage statistics
df 统计数据块使用情况 df -- display free disk space
root@a:~ # du -h -d=1 /root/*
1.7G /root/test
20K /root/nginx.conf
root@a:~ # df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/mfid0p2 898G 32G 794G 4% /
devfs 1.0K 1.0K 0B 100% /dev
linprocfs 4.0K 4.0K 0B 100% /proc