当前位置:   article > 正文

is not in the sudoers file 解决方案_test is not in the sudoer file

test is not in the sudoer file


1)切换到root身份

$su -
(注意有- ,这和su是不同的,在用命令"su"的时候只是切换到root,但没有把root的环境变量传过去,还是当前用户的环境变量,用"su -"命令将环境变量也一起带过去,就象和root登录一样)


2)

$visudo

1. 找到# Uer privilege specification

           root   ALL=(ALL:ALL) ALL

2 .在下面输入
user_name  ALL=(ALL:ALL) ALL
4. 按Esc
5. 输入“:w”(保存文件)
6. 输入“:q”(退出)

这样就把自己加入了sudo组,可以使用sudo命令了。


3)

exit  切换回自己帐号

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

闽ICP备14008679号