• BananaTrifleViolin@piefed.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    3 hours ago

    Yeah, Sudo has been around for ages and is in pretty much every distro. So Doas just hasn’t really taken off due to inertia. You can install it yourself in many distros, but people tend to default to what they know. I’m not sure if any linux distros default to it. Also tutorials all over the internet use “sudo” so it kinda embeds it more as THE tool.

    It’s similar with a lot of the core GNU utilities. For example “ls” lists directories and it’s everywhere, but there are actually better written newer alternatives. They just aren’t as widespread because people tend to use the GNU utilities together. I personally like eza for example.

    EDIT: Just to be clear; Sudo is NOT one of the GNU Core Utilities, but Sudo originated in 1980 according to wikipedia. Doas was released in 2015.