云服务器空间爆满
傍晚时分想上传个百度网盘自动签到的脚本,结果发现报错了 internal sever error,当时没多想
又重新上传几次,依然还是这个错误,nm…
由于我安装的宝塔面板,不经意看了一下空间占用
额…
啪的一下,很快啊!!!我给服务器重启了。空间还是满的!
然后打开xshell
cd /
du -sh *
# du -h --max-depth=1 或者
[root@VM_0_8_centos /]# du -h --max-depth=1
4.6G ./var
0 ./dev
4.0K ./data
105M ./boot
4.0K ./media
8.0K ./patch
39G ./www
20K ./home
du: cannot access ‘./proc/3608/task/3608/fd/4’: No such file or directory
du: cannot access ‘./proc/3608/task/3608/fdinfo/4’: No such file or directory
du: cannot access ‘./proc/3608/fd/3’: No such file or directory
du: cannot access ‘./proc/3608/fdinfo/3’: No such file or directory
0 ./proc
2.3G ./usr
21M ./python
16K ./lost+found
4.0K ./mnt
8.0K ./opt
33M ./etc
1.2M ./tmp
0 ./sys
253M ./root
572K ./run
4.0K ./srv
46G .
- 继续追凶
[root@VM_0_8_centos /]# cd /www
[root@VM_0_8_centos www]# du -h --max-depth=1
21M ./Recycle_bin
1.7G ./server
984K ./wwwlogs
35G ./wwwroot
343M ./backup
39G .
- 继续追凶
[root@VM_0_8_centos www]# cd /wwwroot
-bash: cd: /wwwroot: No such file or directory
[root@VM_0_8_centos www]# cd ./wwwroot
[root@VM_0_8_centos wwwroot]# du -h --max-depth=1
33M ./bbs.***st.top
5.0M ./qx521ymh.***wst.top
16M ./ssl.***wst.top
25M ./ymh521.***t.top
75M ./al.***wst.top
42M ./nxys.***wst.top
2.4M ./dh2.****wst.top
724K ./m.***wst.top
34G ./movie.****wst.top
3.8M ./qr.***lwst.top
30M ./test.**ys.xyz
45M ./dhg
11M ./dh.***wst.top
116K ./tu2.***wst.top
41M ./music.***wst.top
75M ./***wst.top
4.0K ./xiaosheng
380K ./html.***wst.top
717M ./applecms.***wst.top
20M ./yq
15M ./ds.***wst.top
17M ./a.***wst.top
112K ./tu.***wst.top
35G .
继续追凶发现是里面的一个cahe缓存文件夹,这个网站是我一个自动解析自动采集的影视网站,没想到看了几次,缓存这么大。
直接删除吧
rm -rf /cahe