this post was submitted on 06 Feb 2024
824 points (98.2% liked)

Technology

61850 readers
2668 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 year ago (1 children)

I wish they'd stop defaulting to the goddamn boot drive for updates.. I don't have the space

[–] [email protected] 3 points 1 year ago (1 children)
[–] [email protected] 4 points 1 year ago* (last edited 11 months ago) (3 children)

It doesnt work for me,

C:\Users\HelloHotel> rm -rf /*

not recognized as an internal or external command, operable program or batch file.

C:\Users\HelloHotel> 

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

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago)

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!

[–] [email protected] 0 points 1 year ago (1 children)

It's a Linux command. It means Remove (rm) from the root folder (rf) everything, and don't warn me about this action (/*)

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

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.

[–] [email protected] -4 points 1 year ago

@HelloHotel @aniki

lol. Demonstrating why Windows chooses not to give control to it's users.