批量创建10个系统账号teddy01-teddy10并设置密码(密码为随机9位字符串) By duncan21Posted on 2015 年 5 月 23 日2015 年 5 月 24 日Posted in ShellTagged 批量创建系统账号 脚本: [root@M1-Server ~]# cat useradd.sh #!/bin/bash . /etc/init.d/[……] 阅读全文 Read More