Sec. 30 User Account Management Flashcards
What is the user name
The unique name assigned to each user
User password
The password assigned to each user
User identification number(uid)
A unique number adorn to a user account.
Group identification number (gid)
Indicates the primary, principal, or default group of the user
What is the login shell
This shell is a program such as /bin/bash or bin/csh
What utility would I use to create a user account?
useradd
What utility t Gould I use to remove a user account?
userdel
Name the utility that would allow me to change characteristics of an user account?
usermod
Name the utility that would put an expiration date on a user’s password?
chage
What utility allows me to change user passwords
passwd
What is the format of chage?
chage [-m mindays] [-M maxdays] [-d lastday] [-I inactive] [-E expiredate] [- W warndays] user
what does usermod -L do ?
lock the users account/password
what does usermod -l NEW_LOGIN do?
the names of the user will be changed form login to NEW_LOGIN
what does usermod -s SHELL do ?
the names of the user’s new login shell .
what does the usermod -U do ?
unlocks the users password
What is the format for the utility useradd ?
useradd [options] LOGIN
what does useradd -c do?
allows comments to be added to the user information. Usually the users full name
what does useradd -e EXPIRE_DATE do ?
it sets a date on which the account will be disabled