欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

自己亲自做的 增加固件锁的脚本代码 add_firmware_lock 有大用 有大大用

#!/bin/bash    
/usr/bin/expect <<EOF    
spawn sudo /usr/sbin/firmwarepasswd -setpasswd
set timeout 5    
expect {    
 "password" { send "1234\r" }    
}    
expect {    
 "password" { send "1234\r" }    
}    
#send "exit\r"      #最好不要使用这一行   
expect eof    
EOF  



普通分类: