How to Create / Delete user in Linux

In this article, I will show you How to Create / Delete users in the EC2 Linux instance, which is one of the daily tasks of any system administrator. At first create a new instance and connect to that instance via Putty or terminal. Let’s assume that username is “mark”, then you run the following command

useradd -d /var/www/aws/public_html/downloads mark

Let’s assume that username is “mark”, this is the command on how to set the password 

passwd mark

Leave a Comment

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