当前位置: 代码迷 >> 综合 >> is not in the sudoers files的解决办法
  详细解决方案

is not in the sudoers files的解决办法

热度:0   发布时间:2023-12-11 20:31:09.0

首先:

whereis sudoers

 

一般是/etc/sudoers

su

vi sudoers

 

参照root的写法:

root                   ALL=(ALL:ALL)   ALL

quantum7       ALL=(ALL:ALL)   ALL

 

使用w!写。

退出。

  相关解决方案