摘要: 确实挺不错的,借鉴并记录一下。 要注意 unlocker 要在 VMware 安装目录下执行。 https://blog.csdn.net/weixin_43299649/article/details/82881567 https://blog.csdn.net/u011415782/articl 阅读全文
posted @ 2019-07-29 12:20 _liuxg 阅读(1431) 评论(0) 推荐(0) 编辑
摘要: 批量添加20个用户,用户名为user01-20,密码为user后面跟5个随机字符。 #!/bin/bash # adduser.sh # 批量添加20个用户,用户名为user01-20,密码为user后面跟5个随机字符。 for i in `seq 20` do user="user$i" pass 阅读全文
posted @ 2019-07-29 09:31 _liuxg 阅读(1789) 评论(0) 推荐(0) 编辑