如何在 Linux 中配置 sudo 的访问权限
添加一个Linux普通用户有 sudo 权限
[root@localhost ~]# useradd test // 创建一个普通用户为:test
[root@localhost ~]#
[root@localhost ~]# passwd test // 设置用户test密码为:test
Changing password for user test.
New password: # test
BAD PASSWORD: The password is shorter than 8 characters
Retype new password: # test
passwd: all authentication tokens updated successfully. # 看到successfully 表示设置成功