当前位置: > CentOS > CentOS入门 >

Centos让指定的用户拥有重启机器权限

时间:2014-03-29 20:02来源:linux.it.net.cn 作者:IT网
假设我们要让用户www-date拥有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 www-date
现在,www-date就可以运行/usr/local/reboot/reboot来重启动机器。 (责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容