root权限下, 先到/etc目录下由于sudoers文件为只读权限,所以需要添加写入权限,chmod u+w sudoersvim sudoers找到root ALL = (ALL) ALL这一行,在下一行加入username ALL = (ALL) ALL。username指代你想加入sudo组的用户名。把sudoers文件的权限修改回来。chmod u-w sudoers