- 如果当前用户tom不在root中,登录root账号,修改 /etc/sudoers 文件,找到如下行,在root下面添加一行,如下所示:
## Allow root to run any commands anywhere root ALL=(ALL) ALL tommy ALL=(ALL) ALL
- 打开终端,输入 sudo su转为root用户
- sudo passwd tom(tom 是对应的用户名)
- 输入新密码,确认密码。
## Allow root to run any commands anywhere root ALL=(ALL) ALL tommy ALL=(ALL) ALL