Linux批量添加用户
时间:2024-09-17 05:41:55 点击:31

  #!/bin/bash

  for USER in $(cat username.list)

  do

  useradd $USER

  echo mypasswd|passwd $USER --stdin

  done

  cat username.list

  user1 user2

  user3

展开 ↓

最新游戏更多

最新软件更多

  • 玩家推荐
  • 游戏攻略

金钼软件下载站 Copyright(C) 2008- 601958.cn All Rights Reserved!

闽ICP备2023004188号| 免责声明