ubuntu14.04+sudo testuser is not in the sudoers file

前端之家收集整理的这篇文章主要介绍了ubuntu14.04+sudo testuser is not in the sudoers file前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

testuser is not in the sudoers file


解决措施:

超级用户状态下编辑; 命令输入

visudo

添加sudo用户

testuser ALL=(ALL:ALL) ALL

原文链接:https://www.f2er.com/ubuntu/356006.html

猜你在找的Ubuntu相关文章