User Profile
Groups
Intro to Users
Users
Passwords
100

Stores user specific functions and aliases along with configurations that applies to a specific user.

.bashrc

100

This command allows you to remove a group that is no longer needed.

userdel

100

The ____ command exits the shell and returns to previous user or shell.

exit

100

The command that allows you to modify a user account.

usermod

100

This command sets a user password

passwd

200

The ____ bash file is executed when logging into a user profile.

.bash_profile

200

Users who are members of this group can successfully run the sudo command.

wheel

200

Information about who is logged into the system.

who

200

The _ number of primary groups a user can have.

one

200

The location which encrypted password of a user is stored

/etc/shadow

300

The location where the system stores functions and aliases for all system users.

/etc/bashrc

300

Only experienced senior administrators should use this command to edit the /etc/group file.

vigr

300

Displays the current username.

whoami

300

The location where all user's personal files, web pages, mail forwarding, etc. are located.

home

300

To change the user's password's aging/expiry information.

chage

400

The ____ command shows the student commands history.

/home/student/.bash_history

400

For the groupadd command, the -g option is used to specifiy a specific __________ .

GID

400

The command ____ shows the last 5 lines of /var/log/messages with the command sudo .

sudo tail -5 /var/log/messages

400

This command provides user information.

id

400

To edit the /etc/passwd or /etc/shadow password.

vipw

500

This ___ command allows a user to view and edit james startup program & environment.

vi /home/james/.bash_profile

500

Information about group administrators is kept in the /etc/________ file.

gshadow

500

This ___ command changes the user dontfreakout into a non-login shell.

su dontfreakout

500

The number __ is the root user’s userid.

0

500

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