假设我们要让用户fuleru拥有reboot的权限,可以用uid/gid来完成控制:
# groupadd reboot
# cd /usr/local
# mkdir reboot
# chown root:reboot reboot/
# chmod 750 reboot/
# cd reboot
# cp /sbin/reboot .
# chmod 4755 reboot
# usermod -G reboot fuleru
现在,fuleru就可以运行/usr/local/reboot/reboot来重启动机器。
阅读(1012) | 评论(0) | 转发(0) |