赞
踩
问题 当前用户无sudo权限
解决方法 将当前用户增加到sudoers file
su -
visudo
#增加如下行 <username> ALL=(ALL) ALL #文件里原本有的root的记录 root ALL=(ALL) ALL
#保存退出