User Tools

Site Tools


linux常用操作

This is an old revision of the document!


# 为用户添加sudo权限

```bash # 使用root用户执行下面的命令 # wheel是具有sudo权限的用户组 usermod -aG wheel <username> ```

linux常用操作.1516343996.txt.gz · Last modified: 2021/02/10 21:29 (external edit)