petsoi@discuss.tchncs.de to Linux@lemmy.ml · 7 个月前Systemd Looks to Replace sudo with run0news.itsfoss.comexternal-linkmessage-square138fedilinkarrow-up1233arrow-down110
arrow-up1223arrow-down1external-linkSystemd Looks to Replace sudo with run0news.itsfoss.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 7 个月前message-square138fedilink
minus-squareTechNom (nobody)linkfedilinkEnglisharrow-up16·edit-27 个月前You 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.