添加sudo用户

添加sudo用户

chmod +w /etc/ sudoers
vim /etc/ sudoers
添加一行     username       ALL=(ALL) ALL
其中username是你的用户名,保存
更改 sudoers文件权限  chmod 0440 /etc/ sudoers
退出root

你可能感兴趣的:(添加sudo用户)