Posts

How to add and delete a user in linux ?

To add a user in linux:-

# useradd <user-name>

This command is used to add a user in linux. A root user is the superuser in the linux. So a root user only have the right to add another user. Another user can only add a user if the root user give access to do it so.

Read more