@devilloser
2018-03-23T08:53:01.000000Z
字数 176
阅读 655
系统
sudo vim /etc/sudoers
zf ALL=(ALL:ALL) ALL
usermod -g 用户组 用户名
强行设置某个用户所在组
usermod -G 用户组 用户名
把某个用户改为 group(s)
usermod -a -G 用户组 用户名
把用户添加进入某个组(s)
