Ubuntu添加新用户,并且赋sudo权限
https://blog.csdn.net/u012897374/article/details/78827359
sudo adduser username
接下来进入root用户,如果之前就没有普通用户,那就直接输入
exit
就可以进入root了
给 sudoers添加写的权限
chmod u+w /etc/sudoers
然后保存退出就可以了
chmod u-w /etc/sudoers
https://blog.csdn.net/u012897374/article/details/78827359
sudo adduser username
接下来进入root用户,如果之前就没有普通用户,那就直接输入
exit
就可以进入root了
给 sudoers添加写的权限
chmod u+w /etc/sudoers
然后保存退出就可以了
chmod u-w /etc/sudoers