当前位置:   article > 正文

CentOS 7“is not in the sudoers file”解决方法_centos7 is not in the sudoers

centos7 is not in the sudoers

CentOS 7“is not in the sudoers file”解决方法

刚安装的CentOS7,在安装时添加的用户使用不了sudo

当在终端执行sudo命令时,系统提示“hello is not in the sudoers file”:

其实就是没有权限进行sudo,解决方法如下(这里假设用户名是hello):

解决办法:

  1. 切换到超级用户:$ su
  2. 打开/etc/sudoers文件:$vi /etc/sudoers
  3. 修改文件内容:
    找到“root ALL=(ALL) ALL”一行,在下面插入新的一行,内容是“hello ALL=(ALL) ALL”,然后在vi键入命令“:wq!”保存并退出。

注:这个文件是只读的,不加“!”保存会失败。
4. 退出超级用户:$ exit

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/正经夜光杯/article/detail/834725
推荐阅读
相关标签
  

闽ICP备14008679号