• @calebegg@lemmy.blahaj.zone
    link
    fedilink
    101 year ago

    I literally saw that kind of message very recently on a nixos based machine and I literally had to stand up and do a lap. What in God’s green earth do you mean there’s no ‘sudo’??

    • @bleistift2@sopuli.xyz
      link
      fedilink
      English
      61 year ago

      Linux: Keeps the same quirks in shells alive for half a century BeCaUsE bAcKwArDs CoMpAtIbIlItY.

      Also Linux:

    • @asyncrosaurus@programming.dev
      cake
      link
      fedilink
      4
      edit-2
      1 year ago

      apt remove sudo

      sudo is not installed on several distributions by default, so hardly surprising it’s not there or that you can remove it.

      • @psud@aussie.zone
        link
        fedilink
        1
        edit-2
        1 year ago

        It’s not surprising you can remove it, but it seems contrary to teaching good habits to not install it by default as a basic utility. You don’t want to train people to log in as root

        Actually I think the only way I can log in as root is sudo -i

        Pretty sure root has /bin/false as its shell and it’s configured as no login my machines