Chapter 7 - Administering the System Flashcards
in linux, accounts are what?
7-344
data structures and procedures used to identify individual users of a computer
group membership is controlled through which file?
each user has a default or ____ group, which is set in the user’s configuration ____ record
7-345
/etc/group
primary, /etc/passwd
linux tracks users and groups by numers, not by names. what are these numbers?
7-346
user ID
group ID
how many user accounts can be made on a linux machine?
7-347
upper limit is beyond 4.2 billion
what utility do you use to add users?
7-348
useradd
are passwords in linux hashed or encrypted?
7-349
hashed
what’s the command for setting the password?
7-350
passwd
as the administrator, how do you enter a new password for a user?
7-351
passwd username
the usermod has some utilities to it. i will list them, you tell me what they do.
7-352,353
m - move the user’s file to a new location
d - changes the user’s home directory
l - changes the user’s login name to the specified field
L and U - lock and unlock the user’s password
what command allows you to modify an account’s expiration?
7-354
chage
how do you remove a user and all their stuff?
7-358
userdel -r username
how do you add a group?
7-359
groupadd
what command modifies an existing group’s settings?
7-360
groupmod
true/false: group passwords are common and not considered a security risk.
7-361
false
what does the grep command allow you to do?
7-362
to search through files for particular records