摘要: #!/bin/bashcat user.txt | while read linedo user=$(echo $line | cut -d ' ' -f1) passwd=$(echo $line | cut -d ' ' -f2) useradd -r -m -s /bin/bash $user 阅读全文
posted @ 2018-11-12 09:42 瞬_冷 阅读(720) 评论(0) 推荐(0)