同时创建多个帐号并设置统一密码<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
(
1
)创建用户名列表
#touch username
<?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" />
(2)
编写脚本
#nano adduser
#chmod +x adduser
(
3
)运行脚本
#./adduser
(
4
)检查帐号是否已经添加
#tail /etc/passwd
转载于:https://blog.51cto.com/51flash/175052