Lv.的博客

linux shell 切换到ROOT用户

#!/bin/bash 
expect -c "
        set timeout 1000
        spawn /bin/su - root 
        expect \":"
        send \"12360.cn\n\"
        interact 
"
posted @ 2015-01-08 18:57  Avatarx  阅读(4444)  评论(0编辑  收藏  举报