centos创建用户

1.添加用户名

adduser hksm

2.添加密码

passwd hksm

3.赋予sudo权限

先查找sudoers文件

whereis sudoers

//sudoers: /etc/sudoers.d /etc/sudoers /usr/libexec/sudoers.so /usr/share/man/man5/sudoers.5.gz

查看sudoers文件权限

ls -l /etc/sudoers

增加写权限

chmod -v u+w /etc/sudoers

编辑

vim /etc/sudoers

centos创建用户

权限收回

chmod -v u-w /etc/sudoers
上一篇:Linux学习笔记8


下一篇:centos7 测试网速教程