Stores user specific functions and aliases along with configurations that applies to a specific user.
.bashrc
This command allows you to remove a group that is no longer needed.
userdel
The ____ command exits the shell and returns to previous user or shell.
exit
The command that allows you to modify a user account.
usermod
This command sets a user password
passwd
The ____ bash file is executed when logging into a user profile.
.bash_profile
Users who are members of this group can successfully run the sudo command.
wheel
Information about who is logged into the system.
who
The _ number of primary groups a user can have.
one
The location which encrypted password of a user is stored
/etc/shadow
The location where the system stores functions and aliases for all system users.
/etc/bashrc
Only experienced senior administrators should use this command to edit the /etc/group file.
vigr
Displays the current username.
whoami
The location where all user's personal files, web pages, mail forwarding, etc. are located.
home
To change the user's password's aging/expiry information.
chage
The ____ command shows the student commands history.
/home/student/.bash_history
For the groupadd command, the -g option is used to specifiy a specific __________ .
GID
The command ____ shows the last 5 lines of /var/log/messages with the command sudo .
sudo tail -5 /var/log/messages
This command provides user information.
id
To edit the /etc/passwd or /etc/shadow password.
vipw
This ___ command allows a user to view and edit james startup program & environment.
vi /home/james/.bash_profile
Information about group administrators is kept in the /etc/________ file.
gshadow
This ___ command changes the user dontfreakout into a non-login shell.
su dontfreakout
The number __ is the root user’s userid.
0
This ____ one-line command, changes the student account’s password to do the following.
-minimum number of days between password changes 1 day
-maximum number between password 90 days
-warning 7 days
chage -m 1 -M 90 -W 7 student