Announcement

Collapse
No announcement yet.

konsole problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    konsole problem

    HI, I have a problem:

    I type su in konsole, then i write the root password but a message appears:

    su: authentication failure
    Sorry.

    Please i need help, thank you

    #2
    Re: konsole problem

    Hi,

    Instead of using su, you should use :
    Code:
    sudo -i
    Then enter your user password, and you will be root.

    Cheers

    Comment


      #3
      Re: konsole problem

      Try sudo -i, and then enter your USER password

      Then once you have a root shell, if you want to set the password, type passwd

      By default the root account is locked - you have to use sudo. Sudo logs its actions - however it won't log those performed after entering sudo -i. There are ways to get root to have a shell that logs everything; these may be useful for understanding and recovering from mistakes, but are of virtually no use in detecting a reasonably competent attacker.
      I am running Ubuntu 8.10 (yes Gnome) with upgrades applied daily about 0900 UK time. Hardware is Dell Precision 420, 2x 800 MHz PIII, 512 MB RDRAM, nVidia GeForce 6800 128 MB AGP graphics, 18GB SCSI and 500GB IDE HDDs, DVD burner, Hauppage TV card.

      Comment

      Working...
      X