Which command in Linux is commonly used to manage and update user passwords?
- passwd
- chmod
- ls
- cp
The correct command to manage and update user passwords in Linux is 'passwd.' It allows users to change their own passwords or allows administrators to manage user accounts. The 'passwd' command interacts with the /etc/shadow file to update password information securely.
Loading...
Related Quiz
- Your organization is implementing a policy to disable root login via SSH. Which configuration file and parameter should you modify?
- What component in Linux is responsible for managing system resources and providing an interface between the hardware and the user space?
- The _________ command provides a snapshot of the current processes in the system.
- Which tool enforces mandatory access controls at the kernel level in Linux?
- In Linux, the ________ command can be used to see who has been granted sudo access.