threeperson博客园 IT技术、互联网技术、Java技术分享

linux 文件磁盘占用大小查看

### 先查看磁盘使用情况 df -lh ### 进入对应磁盘挂在目录 du -h --max-depth=2 会显示当前目录下个目录的大小 发现可疑的目录后,逐层进入

threeperson threeperson 发布于 2017-12-20

linux ping 域名不通,ping ip可以通

``` echo 'nameserver 8.8.8.8' >> /etc/resolv.conf ```

threeperson threeperson 发布于 2010-05-29