#!/usr/bin/expect -f
set timeout 10
set fname [lindex $argv 0 ]
spawn exp userid=edu/edu01 file=$fname full=y
expect -nocase "sers"
send "2\n"
expect "grants"
send "yes\r"
expect "*table data*"
send "yes\r"
expect "extents"
send "yes\r"
interact
exit 0
set timeout 10
set fname [lindex $argv 0 ]
spawn exp userid=edu/edu01 file=$fname full=y
expect -nocase "sers"
send "2\n"
expect "grants"
send "yes\r"
expect "*table data*"
send "yes\r"
expect "extents"
send "yes\r"
interact
exit 0
'기술빙자사기' 카테고리의 다른 글
C setuid setgid --- 쉘권한관련 bada.c (0) | 2008.07.31 |
---|---|
그누보드 게시판 업로드시 업로드 폼 2 개 이상 자동 나타내기. (0) | 2008.03.20 |
php XML RPC 샘플. (3) | 2008.01.02 |
php filemanager 해킹 전리품 (0) | 2007.08.20 |
우분투 OS 업그레이드 (0) | 2007.04.26 |