linux中怎么為用戶添加root權限

linux中怎么為用戶添加root權限

方法一:修改 /etc/sudoers 文件,找到下面一行,把前面的注釋(#)去掉

##?Allows?people?in?group?wheel?to?run?all?commands %wheel????ALL=(ALL)????ALL

然后修改用戶,使其屬于root組(wheel),命令如下:

(免費學習視頻教程推薦:linux視頻教程

#usermod?-g?root?tommy

修改完畢,現在可以用tommy帳號登錄,然后用命令 su – ,即可獲得root權限進行操作。

方法二:修改 /etc/sudoers 文件,找到下面一行,在root下面添加一行,如下所示:

##?Allow?root?to?run?any?commands?anywhere root????ALL=(ALL)?????ALL tommy???ALL=(ALL)?????ALL

修改完畢,現在可以用tommy帳號登錄,然后用命令 su – ,即可獲得root權限進行操作。

相關文章教程推薦:linux視頻教程

以上就是

? 版權聲明
THE END
喜歡就支持一下吧
點贊14 分享