Ubuntu Add User

Ubuntu Add User

Ubuntu Add User
Ubuntu is a multiuser system. So how do we Ubuntu add user?
Adding users in ubuntu is easy. The easiest way is to do it with the terminal.

In this example we want to add a user called John.
Run this:
sudo adduser john

That is it for adding a user in Ubuntu.

If you want to remove it again later. We run:
sudo deluser john

The command above will still leave Johns home folder. If you want to delete John and his home folder we run:
sudo deluser -remove-home john

You will get a warning saying the group John has no members. But the group john will also be removed.
That is how we do Ubuntu Add User.

Happy Adding!

About Author

Related Posts

Using rsync for One-Way Sync for backup

If you’re looking to set up a one-way sync between a NAS running Debian and a backup machine also running Debian, rsync is a powerful tool to achieve this….

php8 gd

PHP8 gd Activate after installation

PHP8 GD activate after installation. GD doesn’t get activated by default. Not even a reboot after installation will activate it. So how do we do it? In…

Debian 12: linux-image-6.1.0-10amd64

Troubleshooting dependency issues in Debian 12: Resolving linux-image-6.1.0-10amd64 package dependency problems. If you installed the Debian 12 from the live image the issue is the raspi-firmware. Even…

4 Best Free Nas Software That Is Open Source

Free NAS software or operating systems that are free to use and will turn a computer into a NAS more advanced than the dedicated boxes sold. What…

Raspbian default password

Raspbian default password

Looking for the Raspbian default password? It is the most essential username and password that you will need for your raspberry. At least if you are running…

OpenMediaVault default password

OpenMediaVault default password

OpenMediaVault default password is printed in the documentation. I did not see it the first time I installed it either. So I had to do some detective…

This Post Has One Comment

Leave a Reply