扩盘与WAF问题

前言

感谢雪师傅的辅助

0x00

df -h 查看运行内存大小
ll
-sh
-dh
pwd 当前所在的目录
top cup占用情况
ls
-l 权限
-h 大小
-a 所有包含隐藏的

mtr -r [ip] 探测为什么不通
telnet [ip] [端口] 探测端口是否正常
iptables -nL 查看防火墙配置
iptables -I INPUT -s xxx.xxx.xxx.xxx -j ACCEPT 白名单

du -sh * | sort -n 查看当前文件夹下文件大大小

chmod -R 775 test(修改test权限)


  转载请注明: Asz的博客 扩盘与WAF问题

 上一篇
linux查看文件大小,文件个数的方法 linux查看文件大小,文件个数的方法
linux 下查看文件个数及大小ls -l |grep “^-“|wc -l或find ./company -type f | wc -l查看某文件夹下文件的个数,包括子文件夹里的。ls -lR|grep “^-“|wc -l查看某文件夹下
2019-09-05
下一篇 
Hexo插入音乐 Hexo插入音乐
什么是APlayerhttps://aplayer.js.org/#/zh-Hans/ 安装npm install aplayer –save 使用找到node_modules -> aplayer(复制他的dist文件夹) 复制到F
2019-09-01
  目录