Linux CLI - Users and GroupsWhich user can change the password of another user using the passwd command?AAny user can change any passwordBOnly the root user or users with sudo privilegesCOnly the user themselvesDNo one can change another user's passwordCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify who can change other users' passwordsOnly the root user or users with sudo privileges can change passwords for other users.Step 2: Understand normal user limitationsNormal users can only change their own passwords, not others'.Final Answer:Only the root user or users with sudo privileges -> Option BQuick Check:Permission to change others' passwords = Root or sudo [OK]Quick Trick: Root or sudo needed to change others' passwords [OK]Common Mistakes:Assuming any user can change others' passwordsThinking normal users can change others' passwordsBelieving no one can change others' passwords
Master "Users and Groups" in Linux CLI9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Linux CLI Quizzes File and Directory Operations - cp (copy files and directories) - Quiz 2easy File and Directory Operations - Why file management is daily work - Quiz 2easy File and Directory Operations - ln (hard and symbolic links) - Quiz 5medium Linux Basics and Terminal - Linux distributions overview (Ubuntu, CentOS, Fedora) - Quiz 10hard Linux Basics and Terminal - Opening and using the terminal - Quiz 5medium Linux Basics and Terminal - Terminal vs GUI - Quiz 1easy Navigating the File System - Why file system navigation is the first skill - Quiz 5medium Users and Groups - groups and group management - Quiz 14medium Viewing and Editing Files - cat (display file contents) - Quiz 14medium Viewing and Editing Files - tail -f for live log monitoring - Quiz 11easy