Operating System - HP-UX
1844122 Members
3235 Online
110227 Solutions
New Discussion

root account reactivation

 
SOLVED
Go to solution
Prefect
Occasional Contributor

root account reactivation

Hi all,

When I try to login with root I get the following message "The root account has been deactivated"

How can I reactivate the root acount on my system.

Thank you for all the help in advance.
3 REPLIES 3
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: root account reactivation

Hi Mataz,

You should be able to login to root at the console of your system.

# /usr/lbin/modprpw -k root
to unlock the root account.

Best regards,
Robert-Jan
Rick Garland
Honored Contributor

Re: root account reactivation

Login to the console.

The root login is (should) always be available from the console.

Use the /usr/lbin/modprpw command to activate/refreash the account.

/usr/lbin/modprpw -k root
Prefect
Occasional Contributor

Re: root account reactivation

Thank you for your help.