this post was submitted on 06 Feb 2024
824 points (98.2% liked)
Technology
59217 readers
2825 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wish they'd stop defaulting to the goddamn boot drive for updates.. I don't have the space
rm -rf /*
Works every time.
It doesnt work for me,
Why
Edit: this is a joke, daily drive linux. (I even think cmd would give a diffrent error message than "not a command") the child comments are an absolute shitshow
It's a Linux command. It means Remove (rm) from the root folder (rf) everything, and don't warn me about this action (/*)
I can't tell if you're joking or if I misunderstood what you wrote.
It's remove (rm) recursively (allow removing folders) (-r) and "force" (don't prompt for confirmation, e.g. when removing write protected files) (-f) everything in the root folder (/*)
With -r and -f getting combined into -rf of course.
You're running an incorrect kernel. Make sure you're running a modern release from here: https://github.com/torvalds/linux
Don't forget to chroot into your NTFS partition first!
@HelloHotel @aniki
lol. Demonstrating why Windows chooses not to give control to it's users.