Sunday 13 April 2014

How to enable the default password on #! CrunchBang Linux



I really like #! CrunchBang Linux but one of the things I could not find out initially was what the root password was set to. During installation the root password is set to something random and the recommended approach would be to use sudo. That said I like to have root access!

To enable the root password :

$ sudo passwd root

Type the password twice when prompted. Then change to root :

$ su root

Have fun :)


No comments:

Post a Comment