which one are you? #linux #unix
@nixCraft i'm a sudo user, but what's wrong with doas?
@binbows @nixCraft The list is in reverse. You should be asking what's better with doas. It is a sudo alternative from openBSD that has been ported to Linux. The main advantages are a lower attack surface due to having less code and a simpler config.
@binbows @nixCraft There is nothing wrong with doas, some say it is better due to a smaller codebase (sudo does WAY more than just execute something as root), which should probably make it less prone to bugs (that are quite critical in this field)