10 2016 档案
linux shell 脚本例子
摘要:1.模拟linnux登录shell #/bin/bash echo -n "login:" read name echo -n "password:" read passwd if [ $name = "cht" -a $passwd = "abc" ];then echo "the host an 阅读全文
posted @ 2016-10-08 12:05 阚壠 阅读(223) 评论(0) 推荐(0)