比思論壇
標題: Linux中添加管理员权限问题:xxx is not in the sudoers file. This incident will be reported. [打印本頁]
作者: xiao0739 時間: 2013-12-19 00:45
標題: Linux中添加管理员权限问题:xxx is not in the sudoers file. This incident will be reported.
在各个不同版本的linux中添加拥有管理员权限账户有不同的简便方式。
今天遇见将新添用户添加到root用户组后,运行sudo仍然提示 ”xxx is not in the sudoers file. This incident will be reported.“ 的问题。经过分析是在/etc/sudoers中的用户组未指定该组拥有所有权限。
- 最好不要将用户添加到root用户组,不妨我们新建个用户组sudo :使用命令 sudo groupadd sudo
- 编辑/etc/sudoers:有些系统默认情况下不允许写该文件的,可使用命令:sudo chmod u+w /etc/sudoers 添加些权限,不要忘记编辑完成后改回来:命令 sudo chmod u-w /etc/sudoers
- 在/etc/sudoersz中添加一行:%sudo ALL=(ALL) ALL 。这样sudo用户组就拥有了sudo权限。
- 然后添加用户到sudo用户组中即可:sudo useradd username -G sudo
- 修改用户密码:password username
- 最好su username - 切换到该用户,测试sudo 命令是否可用。
作者: yct1978 時間: 2014-3-13 13:42
学习学习
歡迎光臨 比思論壇 (http://108.170.10.236/) |
Powered by Discuz! X2.5 |