shell脚本for循环批量创建用户
Posted 山楂树之恋v1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell脚本for循环批量创建用户相关的知识,希望对你有一定的参考价值。
[root@chao ~]# sh pi.sh
本脚本用来批量创建系统用户
请输入要创建的用户数量:5
创建成功
创建成功
创建成功
创建成功
创建成功
成功创建用户:
user-1
user-2
user-3
user-4
user-5
[root@chao ~]# ls /home/
user-1 user-2 user-3 user-4 user-5
以上是关于shell脚本for循环批量创建用户的主要内容,如果未能解决你的问题,请参考以下文章