KYIT
home
>
linux
>
user
How to add a user on Linux
Add user only
useradd
kyit
done
!
!
!
Add user with home directory
useradd
-m
kyit
done
!
!
!