A Linux administrator creates new user accounts using the useradd command. Which two files on the system contain the new user account information? (Choose two.)
/etc/users/groups
/etc/ passwd
/users/account
/etc/users
/etc/ shadow
Explanation & Hint:
The /etc/passwd file contains a line for each user on the system. Information in the file contains the username and unique ID, as well as additional information such as user home directory and default group membership. The file contains the username and the encrypted user password. |