The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Supersuser
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-26-2008
candlejack's Avatar
candlejack candlejack is offline
Registered User
  
 

Join Date: Nov 2008
Location: /dev/meh
Posts: 53
Try issuing the passwd root command via sudo:


Code:
sudo passwd root

It'll ask you for your password. Then it'll ask you to input the new root password and confirm. Then you can su as normal.