CentOS 6/7 Check Folder sizeBy Vinny Wang / 2018-08-06 CentOS 6: du -h –max-depth=1 |sort CentOS 7: du -h -d1 | sort