Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States
Barbarian
No, this is a very old joke that uses the fact the command has "fr" in it to trick people about what the command does. Joking aside, here's what the command actually does:
rm
is the command to delete files and folders
-f
is the force modifier. This means it'll keep going even if it encounters problems and just delete as much as it can
-r
is the recursive modifier. That means it'll go down every folder it sees in the target and delete the contents as well, and delete the contents of folders of folders, etc.
/
is the target. This is the root of the filesystem. If you're used to Windows, that's like targeting C:
.
Put it all together, and this command basically deletes your whole filesystem. A safeguard was put in place a while back due to people meming about this and causing newbies to delete their whole system. Now it won't work unless you put in --no-preserve-root
, which tells rm
that yes, you really mean it, please delete my whole system.
/*
as the target works around that safeguard, because technically deleting everything in root is not the same as deleting root itself.
This is very much the Linux version of the old tricking gamers to alt+F4 gag.
My favorite was when I was teaching a friend Squad, and we were in a vehicle. I explained you hit the F keys to change seat (which is true), so F1, F2, F3, etc. Noticing that seats 1, 2 and 3 were filled, I then told him he can hold down alt to swap seats faster. He then immediately quits the game xD
And to avoid annoying error messages about preserving the root of the language, add a *
at the end. Final command should look like this:
sudo rm -fr /*
If that was the case, you'd have mandatory voting like Australia.
When I’m driving, it’s actually unsafe for my car to be operated in that way
being able to consistently and reliably operate the thing without taking your eyes off the road
Considering they'd just spent the previous few questions discussing the visual-first aspect of touchscreens and accessibility issues for the visually impaired, I think that's exactly what they were talking about.
The generalizations are about completely different devices. They talk about CT machines & automatic defibrillators later.
Apparently reading so many bad takes over the last few years has destroyed my ability to detect sarcasm. Sorry about that.
If you mean added to the bible after the council of Nicea decided on the contents of the bible, no. The bible, both old testament and new, is very explicitly pro-slavery.
Ephesians 6:5
Slaves, obey your earthly masters with respect and fear, and with sincerity of heart, just as you would obey Christ.
Totally unrelated historical fact: Hitler's attempted coup failed, and he was appointed as chancellor later on in a completely legal manner.
Thinking about it, there's a lot in common between the skillsets needed to be competent presidents and lawyers. Both need to be convincing, make a case to an audience, and understand the law.
About the only things I can think of that presidents need to do that has nothing to do with being a lawyer are being the head of the military and making decisions around military operations.
Isn't that the same person? (Sorry, couldn't resist!)