Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 239 Bytes

create-user.md

File metadata and controls

13 lines (8 loc) · 239 Bytes

login to your VM instance

Change the user to sudo

sudo su -

create an user

useradd -d /home/awstechguide -m awstechguide

create password for this user. a non expiry password

passwd awstechguide passwd -x -1 awstechguide