說說在 Linux 中,如何查看磁盤空間使用狀況

能夠使用 df 命令來查看磁盤空間使用狀況。df 是 display file 的縮寫。less

英文說明以下:spa

This manual page documents the GNU version of df. df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file systems is shown. Disk space is shown in 1K blocks by default, unless the environment variable POSIXLY_CORRECT is set, in which case 512-byte blocks are used.cdn

咱們通常會帶上 -h 參數,-h 是 --human-readable 的簡寫。它會以咱們可讀的容量單位來展現佔用的磁盤空間大小。好比 1K 234M 2G 等等。blog

列名 說明
Filesytem 文件系統名
Size 總大小
Used 已用大小
Avail 可用大小
Used% 已用百分比
Mounted on 掛載點

是否是很簡單呀 O(∩_∩)O哈哈~it

相關文章
相關標籤/搜索