ubuntu password help

Soldato
Joined
30 Nov 2005
Posts
13,916
installed whilst I was making tea, now I dont know the SU password any ideas, Didn't set one ..

also can this support 1680x1050?
 
LabR@t said:
also can this support 1680x1050?
It can when you install your video drivers.

The password to su should be the same as your user password. Root is disabled by default so instead to changing to root, just sue sudo and provide your own login password.
 
The root password used by su isn't set in ubuntu. Instead it uses sudo which requires your password instead.

eg.
Code:
sudo apt-get install build-essential

edit: Beaten to it :(
 
Back
Top Bottom