Public
Authored by Vassilis Lambropoulos

Add new user with home and sudo on CentOS

# Group wheel on CentOS has sudo priviledges
[root@centos-server /]# adduser -m -d /home/newuser newuser -G wheel
[root@centos-server /]# passwd newuser
Edited
adduser.sh 106 Bytes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment