What is the command to add a new user?
useradd
How to create a special user accounts
useradd -r which will have a UID less than 500 char
How to set a password for a new user?
passwd username
Where is the new user information saved?
/etc/passwd
where is the group information saved
/etc/group Group name, Password,GID and Member list
How to list hidden files
ls -a
Where is the user profile setting saved
~/.bash_profile