Lord Goose@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 3 years agoLiving the power user life over herelemmy.dbzer0.comimagemessage-square66linkfedilinkarrow-up11.3Karrow-down128
arrow-up11.27Karrow-down1imageLiving the power user life over herelemmy.dbzer0.comLord Goose@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 3 years agomessage-square66linkfedilink
minus-squareRefurbished Refurbisherlinkfedilinkarrow-up2·edit-23 years agosu -c "doas sudo /bin/bash"
minus-squaredx1@lemmy.worldlinkfedilinkarrow-up3·edit-23 years agosudo su - $(whoami) -c $(which $SHELL)
su -c "doas sudo /bin/bash"sudo su - $(whoami) -c $(which $SHELL)So many keystrokes tho?