|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
欢迎大家来到仓酷云论坛!viuseradd.sh
#!/bin/bash
i=1
while[$i-le5]
do
useraddred$i
a=`sh./passwd.sh`
echo"red$i:$a">>userpasswd
echored$i:$a|chpasswd
leti++
done
实行:shuseradd.sh
[root@2shell]#cat/etc/passwd|grepred
red1:x:515:515::/home/red1:/bin/bash
red2:x:516:516::/home/red2:/bin/bash
red3:x:517:517::/home/red3:/bin/bash
red4:x:518:518::/home/red4:/bin/bash
red5:x:519:519::/home/red5:/bin/bash
[root@2shell]#catuserpasswd
red1:$Ca7%298d2
red2:eEaBBB7Fb4
red3:%3E385cecE
red4:3@F%@B0584
red5:AdEe^6BF$F
[root@2shell]#sured1
[red1@2shell]$sured2
口令:
[red2@2shell]$
##############passwh.sh在本博客中的shell随机天生十位暗码剧本############
欢迎大家来到仓酷云论坛! |
|