From Jack Wallen @ Tech Republic
The user is made. -m gives them a home directory you can see with ls /home.
A different user was made. They don't have a home directory because the -m parameter wasn't used. But they can at leave have a password. It doesn't show here.
You can add a password when you make a user with -p.This one will appear.
-l means the user is made but locked out from logging in.
You can put users into (normal) groups with -a (Modify user) -G (put in a group). The following numbers are the group ID. You can make multiple groups with the same ID.
A different user was made. They don't have a home directory because the -m parameter wasn't used. But they can at leave have a password. It doesn't show here.
You can add a password when you make a user with -p.This one will appear.
-l means the user is made but locked out from logging in.
You can put users into (normal) groups with -a (Modify user) -G (put in a group). The following numbers are the group ID. You can make multiple groups with the same ID.
Comments
Post a Comment