markdown 如何检查linux的磁盘使用情况

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何检查linux的磁盘使用情况相关的知识,希望对你有一定的参考价值。

###Check the status of the partitions

```
df -h
```

###Check the disk usage of different folders

```
du
```

The information can be properly formated with different options:

```
du -h  // human readable format
du --max-depth=1  // limits the depth in folder tree to 1 in this case
```

以上是关于markdown 如何检查linux的磁盘使用情况的主要内容,如果未能解决你的问题,请参考以下文章

如何使用du 和 ncdu 两个命令检查 Linux 磁盘使用情况?

Linux 检查磁盘损坏情况命令 -必会

Linux 检查磁盘损坏情况命令 -必会

dfdufdisk:Linux磁盘管理

df命令--检查linux服务器的文件系统的磁盘空间占用情况

如何正确检查 hdfs 上的磁盘使用情况?