安装expect 
yum install expect -y



#!/bin/expect -f spawn su - expect "Password:" send "netbrain\r" interact

 

相关文章: