Questions
- In which file would you configure complex password criteria?
- When using the
useradd
utility on a RHEL 7-type machine, what should theUMASK
setting be in the/etc/login.defs
file? - When using the
adduser
utility on an Ubuntu 20.04 machine, how would you configure the/etc/adduser.conf
file so that new users’ home directories will prevent other users from accessing them? - What change did the National Institute for Standards and Technology recently make to its recommended password policy?
- Which three of the following utilities can you use to set user account expiry data?
Useradd
Adduser
Usermod
chage
- Why might you want to lock out the user account of a former employee, rather than delete it?
- It’s easier to lock an account than it is to delete it.
- It takes too long to delete an account.
- It’s not possible to delete a user account. ...