ubuntu/linux Sorry, user xxx is not allowed to execute '/bin/su' as root on Internal.

创建了新账号,使用sudo提示错误信息:

Sorry, user xxx is not allowed to execute '/bin/su' as root on Internal.

解决办法:

检查vim /etc/sudoers中 ALL=(ALL:ALL) ALL书写正确

root    ALL=(ALL:ALL) ALL

修改/etc/sudoers提示错误

xxx is not in the sudoers file.This incident will be reported

解决方法:xxx is not in the sudoers file.This incident will be reported

相关文章:

  • 2021-08-22
  • 2022-12-23
  • 2021-07-31
  • 2022-01-10
  • 2021-09-27
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-12-07
  • 2022-01-08
相关资源
相似解决方案