Linux下is not in the sudoers file解决方法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
当我们使用sudo命令切换用户的时候可能会遇到提示以下错误:xxx is not in the sudoers file. This incident will be reported,xxx是你当前的用户名,究其原因是用户没有加入到sudo的配置文件
解决方法
su root 切换到root用户下
终端运行visudo命令
在打开的配置文件中,找到root ALL=(ALL) ALL,在下面添加一行
user ALL=(ALL) ALL 其中user是你要加入的用户名称
按ESC退出编辑状态
输入 :wq保存文件
解决方法
su root 切换到root用户下
终端运行visudo命令
在打开的配置文件中,找到root ALL=(ALL) ALL,在下面添加一行
user ALL=(ALL) ALL 其中user是你要加入的用户名称
按ESC退出编辑状态
输入 :wq保存文件
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献43条内容
所有评论(0)