前端之家收集整理的这篇文章主要介绍了
Centos下普通用户设置sudo权限,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
若执行sudo命令的用户没有sodu权限,则会报以下错误
violet is not in the sudoers file.This incident will be reported
若想让violet用户拥有sudo权限,则需要修改sudoers文件
su root
vim /etc/sudoers
root ALL=(ALL) ALL
root ALL=(ALL) ALL
violet ALL=(ALL) ALL
原文链接:https://www.f2er.com/centos/378651.html