码迷,mamicode.com
首页 > 系统相关 > 详细

linux添加超级用户

时间:2018-04-12 13:36:58      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:etc   color   specific   ubuntu   ica   创建   col   修改   /etc/   

创建super账号
useradd testuser  创建用户testuser
passwd testuser  给已创建的用户testuser设置密码

如果需要让此用户有root权限,执行命令:
root@ubuntu:~# sudo vim /etc/sudoers
修改文件如下:
# User privilege specification
root ALL=(ALL) ALL
db ALL=(ALL) ALL
保存退出,db用户就拥有了root权限。

 

linux添加超级用户

标签:etc   color   specific   ubuntu   ica   创建   col   修改   /etc/   

原文地址:https://www.cnblogs.com/themost/p/8806589.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!