linux批量添加删除用户(SHELL)
########################################################################!/bin/bash
#the script act on a batch of add user,username at the same password
#If you have any suggestions for corrections,please leave me a comment, and I’ll check it out.
read -p "please input username and number(for example:xuanfei 100):" a b
for((i=1;i
页:
[1]