Press "Enter" to skip to content

How to change user password in linux?

0

Here is the steps for changing password in linux.

Open terminal, and then type command passwd and then type your current password, and press enter.

It will ask for new password, enter new password and then enter again to confirm that it correct.

Change another user Passwords.

Open terminal, type command passwd with username like below:-

passwd abhi

Change the user password and confirm the change.

How to set environment variables in window?
How to add permission on directory in Linux Ubuntu