Difference between revisions of "Reset Password Ubuntu"

From MS Computech
Jump to: navigation, search
(Created page with 'How to reset password Ubuntu 8 9 10 11 <pre> 1. Access to Boot menu by press "e". 2. At kernel line delete ro something splash and then write rw init=/bin/bash on the end of kern…')
 
 
Line 2: Line 2:
 
<pre>
 
<pre>
 
1. Access to Boot menu by press "e".
 
1. Access to Boot menu by press "e".
2. At kernel line delete ro something splash and then write rw init=/bin/bash on the end of kernel line and Boot the kernel.
+
2. At kernel line delete "ro quite splash" and then write "rw init=/bin/bash" on the end of kernel line and Boot the kernel.
 
3. #ls /home to list user account.
 
3. #ls /home to list user account.
 
4. #passwd user and change password.
 
4. #passwd user and change password.

Latest revision as of 14:48, 24 November 2011

How to reset password Ubuntu 8 9 10 11

1. Access to Boot menu by press "e".
2. At kernel line delete "ro quite splash" and then write "rw init=/bin/bash" on the end of kernel line and Boot the kernel.
3. #ls /home to list user account.
4. #passwd user and change password.
5. #sync
6. #reboot -f

Source