Which of the following are not one of the three basic Linux user accounts?
Authentication User
Which type of account is defined as an account having the necessary privileges to perform standard tasks on a Linux computer?
Regular User
Which type of account handles things such as mail, Apache, and printing?
Service account
Local passwords are stored where?
(Hint: Full file path name required)
/etc/shadow
Another name for a root account is what?
super user
Passwords are encrypted and displayed as an incomprehensible string of characters known as a _________.
hash
Of the following what is located in the /etc/shadow file?
Contains encrypted passwords
What is the 3rd block in the /etc/passwd file?
User ID
What is the 6th block in the /etc/passwd file?
Home Dir
What file, defined in this lesson, contains user information?
/etc/passwd
What principle is applied to privileged accounts?
least
Which of the following is not a safe way to manage password?
reuse of old passwords
What command is used to add a new user?
useradd
What command can be utilized to add a user to the HOME_DIR?
useradd -d
What command can be used to set passwords to expire?
Format is the full command.
sudo passwd -e
What command can be utilized to delete an account along with files in the home directory of the users account?
(Format does not need to include account name)
userdel -r
Where are the group names stored at?
/etc/passwd
What command can be utilized to find out what user test, UID is?
id test
A user is an entity, in a Linux operating system, that can manipulate files and perform several other operations.
[TRUE / FALSE]
TRUE
When rights and permissions are assigned to a group, all user accounts that are part of the group inherit the same rights and permissions.
[TRUE / FALSE]
TRUE