会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
dahere
博客园
首页
新随笔
联系
订阅
管理
2016年1月28日
关于shell脚本设置SUID的问题。
摘要: 我写了个脚本quit.sh,如下: 1 #/bin/bash 2 if [ $# -lt 1 ];then 3 echo"You must input at least one parameter!" 4 exit 1 5 fi 6 7 if [ $1 == "q" ];then 8 echo "q
阅读全文
posted @ 2016-01-28 15:47 dahere
阅读(1673)
评论(0)
推荐(0)
编辑