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

Ubuntu Linux: Unable to Write to a Mounted Media

Issue: Unable to create an object in a certain mounted media directory Resolution: Discover mounted…

NextCloud Container PHP Memory Issue as Deployed via Kubernetes

Most common example:Below is a raw text paste of an exercise in resolving the issue…

BASH: Basic SED Training

Do you know Sed? If you ask 'who is he', then this little article if…