Linux CLI - Users and Groups
Which of the following lines correctly shows the format of a typical
/etc/shadow entry?/etc/shadow entry?/etc/shadow format/etc/shadow file stores encrypted passwords and related info. The password field looks like $6$randomsalt$encryptedpassword for SHA-512 encryption.username:$6$randomsalt$encryptedpassword:18000:0:99999:7::: matches the shadow file format with encrypted password (indicated by $6$) and password aging fields separated by colons. The other options resemble /etc/passwd format or have incorrect password fields./etc/shadow entries have encrypted passwords with $ signs [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions