Disclaimer: Do not run this command.
Is a woman telling you:
“you can do whatever you like, but so can my Ex your mama and the Dallas cowboys.”
Really that much of a male fantasy?
Yeah, would’ve been better if she adds you to her sudoers file.
I accidentally did this on a work computer, just going with tab completion. Things started to break very quickly. I don’t think I could even run sudo or rm lol. Total wash. Had to reinstall (this was on my first week in office - so embarrassing!).
Made me puke in my mouth
definitely nsfw
Missing setuid. You have just bricked your system good job
I did chmod -R 666 / when I started playing with Linux in 1999. It did not end well.
Sudo didn’t really exist back then, you ran things as root like real men. /s
(sitting cross-legged on the floor drinking a juice box) “How DID it end, grampa?”
6 permission mean read+write, but no execution rights. So you cannot execute any commands and system bricks itself.
Sorry, that’s a huge turn off. Filesystem perms exist for a reason and should be respected
Yeah, this is modern day slutshaming
Back in my early days of Linux I ran this exact command, I forget why, but for some reason my WiFi stopped working immediately after and then SELinux started yelling at me for some reason. I tried to fix SELinux and most certainly commited an innumerable amount of cardinal sins.
I had to reinstall whatever distro I was running at the time
Does anyone else pronounce it “schmod”?
Never have.
Nope. Sorry lol.
I pronounce it spelling out only C H, but spelling them in my native language, so it sounds like “chee akka mod” and of course the same goes for “chee akka own”
Yup same, “sé ash mod” here o/
Most Linux filesystems, being case sensitive, won’t find the
SUDO
command.With alias all things are possible.
alias SUDO='sudo rm -fr / --no-preserve-root'
If you shout at your shell, it refuses to listen
Glad I’m not the only one that thinks like this.
CHMOD
command does not exist either. It’s just the meme’s font that is in all caps.
Taking the term open sourced to a whole new level!
Everybody has permissions!
Taking the term open sourced to a whole new level!
Everybody has permissions!
It’s still not really open-source until you open up all the ports now don’t you think?
Dear god. We’re exposed.
If I wanted Windows perms I would have installed Windows
Windows perms are pretty locked down though. Sometimes I can’t delete my own files because I need permission from “Administrator” :/
You can actually use Windows-style permissions (ACLs) on Linux via
setfacl
.If only…
Those are POSIX acls, and they suck
We could have had NFSv4 ACL, of which windows ACLs are a subset. In fact, every other unix os did… Except for Linux, they decided it didn’t fit well to Linux. And so we are stuck with UGO permissions, and posix ACLs.
Good catch - I should have said that it’s closer to Windows-style ACLs rather than implying that it’s actually the same.
all your base are belong to us