How to Fix “Username is not in the sudoers file. This incident will be reported” in Ubuntu
生活随笔
收集整理的這篇文章主要介紹了
How to Fix “Username is not in the sudoers file. This incident will be reported” in Ubuntu
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
How to Fix “Username is not in the sudoers file. This incident will be reported” in Ubuntu?| 如何解決“用戶名不在 sudoers文件中,此事將被報(bào)告”?
sudo命令可以讓你以root身份執(zhí)行命令,來(lái)完成一些我們這個(gè)帳號(hào)完成不了的任務(wù)。
其實(shí)并非所有用戶都能夠執(zhí)行sudo,因?yàn)橛袡?quán)限的用戶都在/etc/sudoers中。
我們可以通過(guò)帶有 sudo 權(quán)限的用戶,打開 /etc/sudoers,將希望添加的用戶添加至下圖所示位置。
編輯:sudo vim /etc/sudoers
保存 :wq!
保存之后,新添加的用戶就可以使用 sudo 了。
總結(jié)
以上是生活随笔為你收集整理的How to Fix “Username is not in the sudoers file. This incident will be reported” in Ubuntu的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: leetcode 530. 二叉搜索树的
- 下一篇: Ubuntu增加一个用户并给普通用户赋予