vendredi 8 avril 2011

expect command pour automatiser les script

http://oreilly.com/catalog/expect/chapter/ch03.html

automatiser su


#!/usr/bin/expect
set timeout 20
spawn su
expect "Mot de passe : "
send "*****\r"

interact

Aucun commentaire:

Enregistrer un commentaire

Nombre total de pages vues