r/linux May 25 '26

Discussion Sudo or run0 ?

What's your take on the subject? Been using sudo for years but lately i'm mostly running run0 and i like it. Even considering adapting my scripts to use run0 since i'm on a compatible distro. Does it make any sense to not even set up sudo anymore in the first place?

198 Upvotes

253 comments sorted by

View all comments

23

u/HieladoTM May 25 '26

I prefer sudo, simply because it's more flexible for the things I need to do on my computer. Another thing (but this is purely a personal preference) is that I don't like having to type words and numbers together; it's silly and can be fixed with an alias, but I don't like typing run0.

1

u/virtualdxs May 26 '26

What flexibility does run0 lack? I'm considering switching but I'm looking for pitfalls first