📌  相关文章
📜  显示目录大小 linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:51.509000             🧑  作者: Mango

代码示例6
#check storage of server
df -h ### Human format


#using -h displays the size of a folder in kb,mb and gb for better understanding
#and human readable
ll -h