如下:

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

 

相关文章: