标签:shell expect
ubuntu su root
****************************************************
expect << EOF
spawn su root
expect "密码:"
send "$pass\r"
expect eof
EOF
*******************************************************
标签:shell expect
原文地址:http://8824130.blog.51cto.com/8814130/1665884