This is an old revision of the document!
# 为用户添加sudo权限
```bash # 使用root用户执行下面的命令 # wheel是具有sudo权限的用户组 usermod -aG wheel <username> ```