KYIT

How to add a user on Linux

Add user only

useradd kyit
done!!!

Add user with home directory

useradd -m kyit
done!!!