linux系统批量修改root密码 #!/bin/bash ip_list=(192.168.36.12 192.168.36.13) remote_cmd=”echo new-passwd | passwd –stdin root” … 继续阅读 linux系统批量修改root密码