发布时间:2015-05-27 19:09:48作者:知识屋
使用环境Ubuntu Linux系统下:
在学习鸟哥的私房菜时,使用了如下命令
usermod -G users username
username为你自己的用户名。
由于没有使用-a参数导致我的用户被分到了users用户组里,而原先的用户组被重置掉,仅剩下users用户组
由于没有sudo用户组,因此无法使用sudo的命令。
解决方法:在x-windows图形界面下reboot系统
然后进入grub界面选择选中的项
选择fsck,等待30秒左右
点击root项进入root下的命令行
在命令行中输入
usermod -a -G sudo usernameusermod -a -G adm username
有的系统是admin,但我的系统是adm,不过我看了sudoers文件里的内容中用的是admin,
在我的/etc/group中没有admin这一项,所以我添加adm是无法让我的用户使用sudo的,因此还是要加入sudo用户组
## This file MUST be edited with the 'visudo' command as root.## Please consider adding local content in /etc/sudoers.d/ instead of# directly modifying this file.## See the man page for details on how to write a sudoers file.#Defaults env_reset # Host alias specification # User alias specification # Cmnd alias specification # User privilege specificationroot ALL=(ALL:ALL) ALL # Members of the admin group may gain root privileges%admin ALL=(ALL) ALL # Allow members of group sudo to execute any command%sudo ALL=(ALL:ALL) ALL #includedir /etc/sudoers.d
然后点击resume重启系统
重启后就可以进入root了。
如果你可以直接用su - 命令直接进入超级root用户,那么就可以直接修改/etc/sudoers文件
并改动username用户所属的用户组。
linux一键安装web环境全攻略 在linux系统中怎么一键安装web环境方法
Linux网络基本网络配置方法介绍 如何配置Linux系统的网络方法
Linux下DNS服务器搭建详解 Linux下搭建DNS服务器和配置文件
对Linux进行详细的性能监控的方法 Linux 系统性能监控命令详解
linux系统root密码忘了怎么办 linux忘记root密码后找回密码的方法
Linux基本命令有哪些 Linux系统常用操作命令有哪些
Linux必学的网络操作命令 linux网络操作相关命令汇总
linux系统从入侵到提权的详细过程 linux入侵提权服务器方法技巧
linux系统怎么用命令切换用户登录 Linux切换用户的命令是什么
在linux中添加普通新用户登录 如何在Linux中添加一个新的用户
2012-07-10
CentOS 6.3安装(详细图解教程)
Linux怎么查看网卡驱动?Linux下查看网卡的驱动程序
centos修改主机名命令
Ubuntu或UbuntuKyKin14.04Unity桌面风格与Gnome桌面风格的切换
FEDORA 17中设置TIGERVNC远程访问
StartOS 5.0相关介绍,新型的Linux系统!
解决vSphere Client登录linux版vCenter失败
LINUX最新提权 Exploits Linux Kernel <= 2.6.37
nginx在网站中的7层转发功能