linux sudo某个用户不能用
报错如下:
odoo12 is not in the sudoers file. This incident will be reported.
如果没有变更/etc/sudoders文件那么只需要给这个用户添加sudo 群组即可:
usermod -a -G sudo username
本文来自博客园,作者:那时一个人,转载请注明原文链接:https://www.cnblogs.com/qianxunman/p/16476103.html
报错如下:
odoo12 is not in the sudoers file. This incident will be reported.
如果没有变更/etc/sudoders文件那么只需要给这个用户添加sudo 群组即可:
usermod -a -G sudo username
本文来自博客园,作者:那时一个人,转载请注明原文链接:https://www.cnblogs.com/qianxunman/p/16476103.html