Posted On April 1, 2019

Add or Remove a User / Users in CentOS / Redhat Linux

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Add or Remove a User / Users in CentOS / Redhat Linux
sudo adduser username

sudo passwd username

sudo gpasswd -a username wheel



#Check wheel group

sudo lid -g wheel

#Delete user:

userdel username
#Delete user and home folder

userdel -r username

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

LAMPP Passwords Change

Change ProFTP password: vim /opt/lampp/etc/proftpd.conf <?-- delete the last line in password, leave the first…

SSL Certificates with LetsEncrypt

The following configuration is for demonstration purposes, only. It is of vital importance that the…

WordPress Multi-site with Single Sign On (SSO)

Step 1: Login Access the correct environment using wp_admin login with the DevOps standard password:…