lihanchuan125 发表于 2018-8-22 09:39:07

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]
查看完整版本: linux批量添加删除用户(SHELL)