Linux CLI - Users and GroupsWhich file stores encrypted user passwords in a typical Linux system?A/etc/passwdB/etc/shadowC/etc/groupD/etc/profileCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand the role of /etc/passwdThe /etc/passwd file contains user account information but not encrypted passwords.Step 2: Identify where encrypted passwords are storedThe /etc/shadow file stores encrypted passwords and is readable only by root for security.Final Answer:/etc/shadow -> Option BQuick Check:Encrypted passwords = /etc/shadow [OK]Quick Trick: Encrypted passwords are in /etc/shadow, not /etc/passwd [OK]Common Mistakes:MISTAKESConfusing /etc/passwd as password storageThinking /etc/group stores passwordsAssuming /etc/profile holds passwords
Master "Users and Groups" in Linux CLI9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Linux CLI Quizzes File Permissions and Ownership - chmod (change permissions) - Quiz 4medium File and Directory Operations - rm -r (remove directories) - Quiz 13medium Linux Basics and Terminal - Shell concept (Bash, Zsh) - Quiz 10hard Navigating the File System - Tab completion - Quiz 12easy Users and Groups - whoami and id commands - Quiz 5medium Users and Groups - Why user management secures systems - Quiz 9hard Users and Groups - sudo for elevated privileges - Quiz 9hard Viewing and Editing Files - less and more (paginated viewing) - Quiz 15hard Viewing and Editing Files - Why reading files is constant - Quiz 13medium Viewing and Editing Files - less and more (paginated viewing) - Quiz 2easy