change root password debian code example
Example 1: change password linux
passwd userNameHere
Example 2: linux change user password
passwd $user
Example 3: replace password root
Step 1: Open a Terminal Window.
Right-click the desktop, then left-click Open in terminal.
Alternately, you can click Menu > Applications > Accessories > Terminal.
Step 2: Change Your Root Password.
In the terminal window, type the following:
- sudo passwd root.