不接受ubuntu sudo密码

时间:2017-11-07 04:27:50

标签: linux ubuntu

我可以通过ssh正确使用root密码访问我的ubuntu服务器(V 16.10)。但是,如果我使用终端进行sudo命令,它会得到消息 - > “用户名不在sudoers文件中。这一事件将被报道“。 / etc / sudoers如下

#
# 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
Defaults        mail_badpass
Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbi$
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root    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
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d

02)我通过恢复模式得到了这个sudoers记录。

03)我无法理解我的错误。任何人都可以帮我解决这个问题

1 个答案:

答案 0 :(得分:0)

请确认您正在运行sudo命令的用户

例如,如果您正在以p1

运行sudo命令

P1用户应该在/ etc / sudoers中有一个条目

下面应该是p1的入口格式应该是/ etc / sudoers

P1 ALL =(ALL)commandspath

然后执行命令sudo su p1

然后运行命令sudo command