作者:伊人怀想 | 来源:互联网 | 2017-06-19 06:09
修改/etc/sudoers文件,找到root一行,在root下面添加一行,如下所示:##AllowroottorunanycommandsanywhererootALL=(ALL)ALLscratALL=(ALL)
修改 /etc/sudoers 文件,找到root一行,在root下面添加一行,如下所示:
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
scrat ALL=(ALL) ALL
修改完毕,现在可以用scrat帐号登录,然后用命令 sudo su ,即可获得root权限进行操作。
步骤:
# vim /etc/sudoers
root ALL=(ALL) ALL
scrat ALL=(ALL) ALL
保存退出(用此方法保存 :w ! sudo tee % )