Announcement

Collapse
No announcement yet.

Cannot run su

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

    Cannot run su

    Hello. I am a fairly new Kubuntu user running a fresh installation of Kubuntu 10.10.

    I have this problem: I cannot run "su". It does not accept my password. I am certain that I was NOT asked to specify a separate root password during installation. So maybe I am an idiot, but what password am I supposed to use to run "su"?

    (I can run "sudo" fine enough because it just uses my account password.)

    #2
    Re: Cannot run su

    Root logins are disabled by default in *buntu. If you want a persistent root shell maybe trying

    sudo -i

    will work for you.

    Hope this helps -
    we see things not as they are, but as we are.
    -- anais nin

    Comment


      #3
      Re: Cannot run su

      Originally posted by wizard10000
      Root logins are disabled by default in *buntu. If you want a persistent root shell maybe trying

      sudo -i

      will work for you.

      Hope this helps -
      That helps. Thanks for the reply.

      Comment


        #4
        Re: Cannot run su

        and more information on sudo

        Comment


          #5
          Re: Cannot run su

          This has been discussed on dozens of posts here, but basically some distros enable "su" by default and some don't. Ubuntu and variants don't. You can enable is you desire, although it is not recommended by most of us.

          Please Read Me

          Comment


            #6
            Re: Cannot run su

            You can also do:
            Code:
            sudo su -
            But as others have mentioned, it's probably better just to stick with sudo unless you have a good reason to run a root shell.

            Comment

            Working...
            X