编辑 /etc/sudoers
#includedir /etc/sudoers.d
注意;这里的指令#includedir是一个整体, 前面的#号不能丢,并非注释,也不能在#号后有空格。
任何在/etc/sudoers.d/目录下,不以~号结尾的文件和不包含.号的文件,都会被解析成/etc/sudoers的内容。
如 test 配置内容 test ALL=(ALL:ALL) NOPASSWD:ALL 就可以获得sudo权限。
要发表评论,您必须先登录。