expect 切换用户时间:2024-04-29 07:23:06 安装expect yum install expect -y #!/bin/expect -f spawn su - expect "Password:" send "netbrain\r" interact