sudo -i切换到超级用户
2019-01-29user01 is not in the sudoers file. This incident will be reported.
1、修改/etc/sudoers文件,增加
user01 ALL=(ALL) ALL
2、或者修改/etc/sudoers文件,去掉#取消注释
#%wheel ALL=(ALL) ALL
3、用户组wheel增加用户
usermod -G wheel user01
或者
vi /etc/group
wheel:x:10:web
分类:Linux | 标签: |