easonjim
Code, code and more code.
在终端切换root账号登录
su
修改/etc/sudoers文件
visudo
找到:root ALL=(ALL) ALL,修改成自己的账号:
保存即可,按Exc,输入”:wq!“,回车。