How to Change Root Password in Linux/Ubuntu
For any requirements if you need an full administration permission that's definitely a call for root, so you need to change or access root mode.
Below commands will allow you to change your root password:-
1. Enter below any one command in terminal and enter your user password as authorized.
a) " sudo passwd root " (without quotes )
b) " sudo -i " and then " passwd "
2. You have successfully changed your password enjoy.
Thank you
No comments:
Post a Comment