Low space &Clean up

#####################low space : ################################

Linuxguy check

  1. [root@wlg2 ~]# df -kh  : check which partition got low space

 

  1. [root@wlg2 ~]# df -hP /opt/Oracle/

Filesystem            Size  UsedAvail Use% Mounted on

/dev/mapper/oracle  -40G   32G  5.7G  85%/opt/Oracle

 

  1. [root@wlg Oracle]# du -sck * | sort -n   OR

 

                                                   du -sck * --block-size=1GB | sort -n

 

4 lost+found

5942460 em12-med

27139136 em12

33081600 total

 

  1. File deleting/Cleanup

Userfollowing command to find and remove files

  1.  ls -tr | head -n 1   -- check the oldest file

 find ./ -name '*.txt' -mtime +XX    --- modifiedmore than XX days ago

 find ./ -name '*' -mtime +40 | wc -l

 find ./ -name '*' -mtime +40 -exec rm -rf {} \;   --- delete files are modified 40 days ago

 find ./ -name '*' -mtime +40 | wc -l

 

 

#####################low space  END################################

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值