Chapter 13 Flashcards
Each user can have an associated blank, ie user luke can have a blank called luke.
user group
You can create groups based on blank, blank, or blank, like sales for team member in the sales department.
work projects, departmental affiliations, other real-world groupings
Name 6 poor, but common password issues
1) Uses the name of family members, friends and pets
2) favorite books, movies, television shows, or characters
3) telephone numbers, street addresses, or social security numbers
4) Any other meaningful personal information
5) any single word found in a dictionary
6) any simple keyboard or alphanumeric combination
A reasonable way to build a complex password that’s easy to remember involves what two steps
1) Choosing a base that’s easy to remember but difficult to guess
2) Modify the base in ways that increase the difficulty of guessing the password
One approach in password creation is two pick two or more blank words
unrelated
Another approach in password creation is to use the first letters of a blank
easily remembered phrase
Name four ways to modify the password base to increase its security
1) Adding numbers or punctuations
2) Mixing Case
3) Reversing order
4) Growing the heystack
With any Linux distribution, the blank utility is used to create accounts through the command line
useradd
What two things must be in the useradd command
useradd and username
Name the useradd option(s) that specifies the comment field for the user
–comment comment or -c
Name the useradd option(s) that specifies the account’s home directory
–home homedir or -d
Name the useradd option(s) that sets the date on which the account will be disabled expressed in the form yyyy-mm-dd
–expiredate date -e
Name the useradd option(s) that sets the number of days after a password expires
–inactive inactive-days -f
Name the useradd option(s) that sets the name of the GID of the user’s default group
–gid default-group -g
Name the useradd option(s) that sets the names or GIDs to which the user belongs, using commas to separate more than one
–groups[,…] -G
Name the useradd option(s) that when included with useradd creates a homedirectory for the user
–create-home -m
Name the useradd option(s) to specify another template directory other than the default skeleton-directory
-skel skeleton-directory -k
Name the useradd option(s) that forces the system to not automatically create the home directory
-M
Name the useradd option(s) that sets the name of the user’s default login shell
–shell shell -s
Name the useradd option(s) that creates an account with the specified user id
–uid UID -u
Name the useradd option(s) that enables a single UID number to be reused
–non-unique -o
Name the useradd option(s) that specifies the creation of a system account
–system -r
Name the useradd option(s) that disables creation of a group for the user
–no-user-group -N