User Profile
Groups
Intro to Users
Users
Passwords
100

Where in the system stores functions and aliases for specific user?

.bashrc

100

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

GID

100

What command will give you information about who is logged into the system?

who

100

What command modifies user?

Usermod

100

What is the command to set a user password?

passwd

200

When logging in to a profile which bash filename is begin executed?

.bash_profile

200

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

gshadow

200

Which command exits the shell and returns to student user?

exit

200

How many primary groups can users have?

one

300

Where in 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

What command will give you your user id , primary group , and a list of groups that you belong to?

whoami

300

In what directory all user's personal files, web pages, mail forwarding, etc. are located?

HOME

400

Where is the username student based commands history located at? Write the command.

/home/student/.bash_history

400

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

wheel

400

What command provides user's information?

ID

500

What is the command to view and edit username james startup program & environment?

/home/james/.bash_profile

500

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

userdel

500

What is the userid of root user? (type it)

ZERO

500

What is the command to change username student account password to do the following.
Use only one command
-minimum days to change password 1 day
-maxium number between password 90 days
-warning 7 days

chage -m 1 -M 90 -W 7 student