petsoi@discuss.tchncs.de to Linux@lemmy.ml · 6 months agoSystemd Looks to Replace sudo with run0news.itsfoss.comexternal-linkmessage-square182fedilinkarrow-up1234arrow-down111
arrow-up1223arrow-down1external-linkSystemd Looks to Replace sudo with run0news.itsfoss.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 6 months agomessage-square182fedilink
minus-squareTechNom (nobody)@programming.devlinkfedilinkEnglisharrow-up16·edit-26 months agoYou can uninstall the sudo application and add sudo as an alias for run0 in your shell initialization script. That’s better than them renaming run0 to sudo, because that will prevent people from running the real sudo if they want it.
You can uninstall the sudo application and add
sudo
as an alias forrun0
in your shell initialization script. That’s better than them renaming run0 to sudo, because that will prevent people from running the real sudo if they want it.