Results 1 to 9 of 9

Thread: root account enabled

  1. #1
    Join Date
    May 2009
    Location
    Canada
    Beans
    1,204
    Distro
    Ubuntu

    root account enabled

    ok like a month ago i was told while installing something to enable root

    sudo su

    but ive been reading my comp is really vulnerable now

    how can i fix this or is this even an issue ?

    thanks

  2. #2
    credobyte is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Jun 2009
    Beans
    1,559
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: root account enabled

    Code:
    sudo passwd -l root

  3. #3
    Join Date
    May 2009
    Location
    Canada
    Beans
    1,204
    Distro
    Ubuntu

    Re: root account enabled

    Quote Originally Posted by credobyte View Post
    Code:
    sudo passwd -l root
    thanks

  4. #4
    Join Date
    Sep 2006
    Location
    .nl
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: root account enabled

    sudo su makes your current session root. It does not permanently enable the root account. If you can login as root then the account is active.

    Even when it is active, if you have a good password protecting it there is no real problem. That is, if you don't use that account for your day to day work...

  5. #5
    Join Date
    May 2009
    Location
    Canada
    Beans
    1,204
    Distro
    Ubuntu

    Re: root account enabled

    how do i chsange the root pswd

    cause its not very hard

  6. #6
    Join Date
    Dec 2007
    Location
    *eating something*
    Beans
    702
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: root account enabled

    Quote Originally Posted by philcamlin View Post
    how do i chsange the root pswd

    cause its not very hard
    That subject goes against the security model of ubuntu, and thusly cannot be posted here. If you want to do this, you will need to find out elsewhere (i.e. google)

    Sorry.
    |>[HowTo] Bump The BUMP Thread<||>Stats<||>19k<||>23k<||>26k<||>34k<||>37k<||>38k<||>39k<||>40k<|

    Quote Originally Posted by lukjad007
    Backups are usually a good thing unless it's a sewer.

  7. #7
    credobyte is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Jun 2009
    Beans
    1,559
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: root account enabled

    Quote Originally Posted by philcamlin View Post
    how do i chsange the root pswd

    cause its not very hard
    You started with "how to disable root password" and ended up with "how do I change it" ? What I'm missing here ?
    If you need to do something as root, use sudo -i !

  8. #8
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: root account enabled

    Quote Originally Posted by philcamlin View Post
    how do i chsange the root pswd
    If you've only used sudo su, then you haven't enabled a root password at all. If you've run something else to enable a root password then the passwd command that credobyte gave you will lock it again.

    That will generally be sufficient.

    If you are concerned that users of your computer will be able to guess your user password and so use that to gain unauthorised access to your privileges using sudo, you can change your password to something stronger through the Users and Groups tool, or with
    Code:
    passwd <username>
    from the Terminal. You can start reading about password strength here.
    Last edited by CatKiller; July 20th, 2009 at 10:58 PM.
    None but ourselves can free our minds

  9. #9
    Join Date
    May 2009
    Location
    Canada
    Beans
    1,204
    Distro
    Ubuntu

    Re: root account enabled

    Quote Originally Posted by CatKiller View Post
    If you've only used sudo su, then you haven't enabled a root password at all. If you've run something else to enable a root password then the passwd command that credobyte gave you will lock it again.

    That will generally be sufficient.

    If you are concerned that users of your computer will be able to guess your user password and so use that to gain unauthorised access to your privileges using sudo, you can change your password to something stronger through the Users and Groups tool, or with
    Code:
    passwd <username>
    from the Terminal. You can start reading about password strength here.
    thanks that was useful

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •