• Adda
    link
    fedilink
    2
    edit-2
    3 years ago

    I believe it is alias for doas instead because of the formatting of the password request. But basically, yes, it seems to be an alias to either of these programs.

      • Adda
        link
        fedilink
        1
        edit-2
        3 years ago

        It is? How did you manage to change the password request text format from [sudo] password for <user>: to Password:? Because the Password: format is exactly what doas uses.

          • Adda
            link
            fedilink
            2
            edit-2
            3 years ago

            Now, that is really strange. Is maybe your sudo already an alias for doas by any chance? Could you run in your terminal the following, for example?

            $ which sudo
            

            It should either say sudo: aliased to doas, or something like /usr/bin/sudo. The former would confirm my suspicions, that you have sudo aliased to doas already, the latter would mean you call the normal sudo command.