作业:
1、shell 脚本写出检测 /tmp/size.log 文件如果存在显示它的内容,不存在则创建一个文件将创建时间写入。
shell脚本:
运行结果:
1)如果存在/tmp/size.log文件:
2)如果不存在/tmp/size.log文件:
2、写一个 shel1 脚本,实现批量添加 20个用户,用户名为user01-20,密码为user 后面跟5个随机字符。
shell脚本:
部分结果:
3、编写个shel 脚本将/usr/local 日录下大于10M的文件转移到/tmp目录下
shell脚本: