Linux下批量创建删除账号 1、批量创建用户 cat adduser.sh #!/bin/bash # for username in $(more users.list) do if then useradd $username -g student -d /pub/home/$username echo echo $username\"xyz\" | passwd --stdin $user Shell now163 2018-05-11 75 热度 0评论