• Voroxpete@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    You did. If you leave your root password blank it’ll automatically add the user account you create in the following step to sudo and disable the root account.

    If you want to have both a root account and a user account with sudo, you’ll have to do that manually, but that’s a pretty unusual setup.

    • kuneho@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      oh wow, I did not know this

      but that’s a pretty unusual setup

      Nor this, but you are right if I think about it.

      • Voroxpete@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        Yeah, general practice is to either elevate privelige by switching accounts, or by using sudo. Having both just increases your attack surface to no practical benefit (especially since you can technically still switch to a root account with “sudo - i” even if you’re going the sudo route).