shell脚本 切换用户

以下:spa

#!/usr/bin/expect -f
spawn su root
expect "Password:"
send "mypasswd\r"
interact
相关文章
相关标签/搜索