摘要:
declare -a ary for i in seq 40 49 do ary[$i]=" " echo -en "\e[$i;5m ${ary[@]}\e[;0m" done declare -a ary for s in seq 1 10000 do for i in seq 40 49 do 阅读全文
posted @ 2023-01-05 19:50
xiaotao6
阅读(26)
评论(1)
推荐(0)
摘要:
可以看到我的 boot 已经占8%了 下面开始清理使用du -h 命令查看是哪些文件占用的空间 [root@server1 /]# cd /boot/ 看到这个文件./initramfs-3.10.0-1160.el7.x86_64.img 占用的最多删掉 [root@server1 boot]# 阅读全文
posted @ 2023-01-05 19:31
xiaotao6
阅读(34)
评论(0)
推荐(0)