How To Add and Delete Users on Ubuntu 14.04 and CentOS 7

Published: 28 August 2014
on channel: NixInPix
2,308
6

This tutorial covers basic creating and deleting users on Ubuntu and Centos.
Commands:
sudo adduser newuser
sudo /usr/sbin/visudo

newuser ALL=(ALL:ALL) ALL

sudo userdel newuser
sudo rm -rf /home/newuser

sudo adduser newuser
sudo passwd newuser
sudo /usr/sbin/visudo

newuser ALL=(ALL) ALL

sudo userdel newuser
sudo userdel -r newuser

You can always Deploy an SSD cloud server in 55 seconds
with Digitalocean.
Anyone how use this link will receive $10 in hosting credit immediately after unlocking their account by adding a valid payment method.
Sign Up with this link
https://www.digitalocean.com/?refcode...
(affiliate, referral)


Watch video How To Add and Delete Users on Ubuntu 14.04 and CentOS 7 online, duration hours minute second in high quality that is uploaded to the channel NixInPix 28 August 2014. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 2,308 times and liked it 6 visitors.