doas
deleted by creator
If you’re using sudo for Rm -r / You’re doing it wrong

It’s a nice precautionary measure
It is indeed.
For those unaware:
sudo !!if your previous command failed because you forgotsudo.TIL thank you!
Let’s say I run something like
rm a.txt && rm b.txt, willsudo !!work for both commands or just the first?I wasn’t sure, so I tested this. Turns out, only
a.txtwould be deleted and removal ofb.txtfails due to lack of permissions.Both
!!is pure textual substitution, so it’d besudo rm a.txt && rm b.txt. You could do something likesudo sh -c "!!"though.!! basically pastes the last … action you took as an interaction with the shell. it’s the same as pressing the up arrow, and putting whatever you want in the same position relative to the !!
Relevant bash manpage section here.
sudo claude just fuck my shit upDon’t need sudo if you’re always root.
Now excuse me. I need to call the bank and find out why my checking account is suddenly $0.
And yet half the time when I’m root I preface with sudo. I can’t stop myself!

Right. Just put sudo su in your terminal on boot, and you’re set.
Blasphemy!!!
Pfft. Real men always log in as root.
You got that right. https://www.garyshood.com/root/
sudo man sudo
All you need is a single sudo su, correct.
- Turn on monitor.
- Sudo su
- Copying and pasting terminal commands I find off the Internet
- Living life to the fullest.
alias rm="rm -rf"; alias cd="rm ~/Desktop; cd"; pyhton="shutdown now"People wouldn’t just go on the Internet and lie… would they?
This is the way.
Tell this to my cousin (though he probably does this to gaslight me).
Look at OP, claiming to have that mythical girlfriend who will make a sandwich without escalating privileges
Sudo -ku











