linux command du -sh to view the size of the specified file

View /root/soft/tmp/dfs folder size

du -sh /root/soft/tmp/dfs
[root@zjj101 hadoop]# du -sh /root/soft/tmp/dfs
38M     /root/soft/tmp/dfs

Guess you like

Origin blog.csdn.net/qq_41489540/article/details/114004333