码迷,mamicode.com
首页 > 其他好文 > 详细

openwrt su : must be suid to work properly

时间:2015-08-19 16:59:42      阅读:692      评论:0      收藏:0      [点我收藏+]

标签:

嵌入式文件系统一般用户执行 su root 切换根用户会提示错误
su: must be suid to work properly
是由于 busybox 的权限引起的,需要将 busybox 的权限改为 4755 。


而在 openwrt 中,直接修改 staging_dir/target-mipsel_24kec+dsp_glibc-2.21/root-ramips/bin/ 下的 busybox 是不可以,因为在 重新 make 之后会覆盖掉,解决办法是,先选好 busybox 中需要的命令,然后把 busybox 移到 工作目录下的 files/bin/ 下,然后改权限为 4755 即可。

版权声明:本文为博主原创文章,未经博主允许不得转载。

openwrt su : must be suid to work properly

标签:

原文地址:http://blog.csdn.net/u011641885/article/details/47780887

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!