1. 程式人生 > >shell腳本 切換用戶

shell腳本 切換用戶

roo oot interact exp 切換用戶 div clas 用戶 class

如下:

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

shell腳本 切換用戶