• @Voroxpete
    link
    21 month 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.

    • @[email protected]
      link
      fedilink
      11 month 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
        link
        11 month 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).

        • @[email protected]
          link
          fedilink
          2
          edit-2
          1 month ago

          I used mostly Windows systems primarily and I guess I just adapted that habit of having an Administrator account for when shit goes down, and my own user account that has admin rights.

          It’s just convenient. I liked my Administrator account as clean as possible, and I do the same in Linux with root. There is its time and place where I need root.

          But you are right, I should change my habits. I’m not even sure how sudo and rights and environments and sessions and god knows what works exactly behind the scenes, so probably, maybe, there are technical differences too in the way I use these and the way how I should… I don’t know.

          Anyway, thanks for the info.