日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

清理linux日志

作者:從零學習大數據 更新時間: 2023-10-16 編程語言

在這里插入圖片描述
在這里插入圖片描述
在這里插入圖片描述

查找大文件
[root@test-os testuser]# df -h   ###查看所有block使用情況
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda3       8.8G  8.8G     0 100% /
tmpfs           931M     0  931M   0% /dev/shm
/dev/sda1       190M   40M  141M  22% /boot
[root@test-os testuser]# du -sh /usr/* |grep G  ###查找大文件
7.3G    /usr/local
[root@test-os testuser]# du -sh /usr/local/* |grep G
7.3G    /usr/local/bin
[root@test-os testuser]# du -sh /usr/local/bin/* |grep G
7.3G    /usr/local/bin/1g

[root@test-os testuser]# \rm -f /usr/local/bin/1g  ###刪除大文件
[root@test-os testuser]# 
[root@test-os testuser]# df -h    ###接著查看發現已經解決
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda3       8.8G  1.5G  6.9G  18% /
tmpfs           931M     0  931M   0% /dev/shm
/dev/sda1       190M   40M  141M  22% /boot

原文鏈接:https://blog.csdn.net/sinat_17618381/article/details/109361474

  • 上一篇:沒有了
  • 下一篇:沒有了
欄目分類
最近更新