一个简单的shell脚本,用于报告系统中/boot目录所占用的空间的大小,并列出内核文件的属性信息
#!/bin/bash
#to show usage of /boot directory and mode of kernel file.
echo "useage of /boot: "
du -sh /boot
echo "the mode of kernel file: "
ls -lh /boot/vmlinuz-*
一个简单的shell脚本,用于报告系统中/boot目录所占用的空间的大小,并列出内核文件的属性信息
#!/bin/bash
#to show usage of /boot directory and mode of kernel file.
echo "useage of /boot: "
du -sh /boot
echo "the mode of kernel file: "
ls -lh /boot/vmlinuz-*
下一篇:shell脚本2
shell脚本中的$,比较表达式,运算符
shell脚本系列:1、shell、bash和shell脚本文章目录shell脚本系列
Linux shell脚本 正则表达式 grep sed
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M