linux8 Flashcards
cat /etc/group
storage location for all groups/prints out within that group
How does each group store info and is it set up/look like?
GroupName:Password:GroupID:GroupList
what is the command to create a group
groupadd -g
what is the command to exit a group
group -f
what is the command to create a group with non-unique group ID
groupadd -o
what does whoami command pull up?
used to display the username currently logged in to the system
symbol for root user?
#
symbol for standard user
$
what does last 1 command do
shows the user who logged in through the first terminal
what does the id command show
uid, gid, groups, and context
w command?
shows who is logged in the system currently
.bashrc File
Enables customization of the users own environment
.bash_profile File
Provides the shell config for the login environment