Announcement

Collapse
No announcement yet.

su?

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

    su?

    I have no problem using sudo, or kdesu or running an app from root.

    But I tried su for the first time and it doesn't recognize my password.

    Can anyone tell me where I need to set the password to use su?
    [img width=400 height=138]http://img219.imageshack.us/img219/7460/rigsigeo0.jpg[/img]

    #2
    Re: su?

    ubuntu(or its variants) don't use the su method of obtaining root privilages.
    You should be using the sudo method. so for example:
    sudo echo "hello world!"
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    Comment


      #3
      Re: su?

      Fintan has given the official *buntu answer.

      If you have to, you can enter
      Code:
      sudo su
      in the Konsole and give your password, and you will "become" root. But it is not recommended -- be very careful what you do in that mode -- stay away from your user folder and its contents.

      Comment


        #4
        Re: su?

        Resetting owner back to you

        Code:
        sudo chown -Rv <insert-username>.<insert-groupname> /home/<insert-username>

        FAQ: Root Password
        http://kubuntuforums.net/forums/inde...opic=3089088.0
        - What is Root
        - Ubuntu Official Policy
        - sudo, kdesu, kdesudo, gksu, gksudo
        - Passwordless sudo for the script
        - Resetting owner
        - Using sudo to become root
        - Enabling root password
        - Root Revival
        - Enabling Graphical Root login
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment


          #5
          Re: su?

          Originally posted by RJ Hythloday
          I have no problem using sudo, or kdesu or running an app from root.

          But I tried su for the first time and it doesn't recognize my password.

          Can anyone tell me where I need to set the password to use su?
          sudo passwd root
          txWingMan

          Comment

          Working...
          X