📌  相关文章
📜  检查服务器可读的存储空间 - Shell-Bash 代码示例

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

代码示例1
#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