To change your own password in a Unix/Linux system, you can use the passwd command. Here’s how:
Steps:
- Open your terminal.
- Type the following command and press Enter:
passwd - You will be prompted to enter your current password.
- After entering your current password, you will be asked to enter a new password. Type your new password and press Enter.
- Confirm your new password by typing it again and pressing Enter.
Example:
passwd
This will update your password successfully. If you have any further questions, feel free to ask!
