Add user with sudo

来源:互联网 发布:java程序员简历下载 编辑:程序博客网 时间:2024/05/17 23:59

If you want to add an new user with sudo , you can use:

sudo adduser username

this will add an user 

add edit the sudo file:

sudo visudo

ctrl+o   is write

ctrl+c   is cancel

ctrl+x   is exit


And there was an add exist group to exists user command:

sudo usermod -a -G groupname username


原创粉丝点击