Expect Command

vi passwd.expect

#!/usr/bin/expect
spawn passwd username
expect "password:"
send "123456\n"
expect "password:"
send "123456\n"
expect eof

expect -f passwd.expect

To change password by using "expect"



Server is hosted by Alanstudio
Linux Operating System

Recommend screen resolution 1024 x 768 / IE / FireFox
Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved.