Posts Tagged su
Being root (su root) – No more sudo.
After the ubuntu installation the default user is a sudo user.
Log into that user and type
$ sudo -i
and the password of the user.
now u get a “root” terminal ( inverted comma was to differentiate between the real root and sudo “root”.)
type the command
$ passwd
Enter new UNIX password:
Retype new UNIX password:
(more…)
5 comments August 9, 2008


