📌  相关文章
📜  centos 显示卷使用情况 - Shell-Bash 代码示例

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

代码示例1
# show volume size and usage
# By default, df displays values in 1 Kibibyte (1024 bytes) blocks
# With the "-h" flag, df displays human readable units (e.g. 128M, 12G)
df -h