this post was submitted on 17 Jun 2026
-6 points (37.5% liked)

Explain Like I'm Five

21442 readers
90 users here now

Simplifying Complexity, One Answer at a Time!

Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech, or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators' instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] LoveEspresso@retrofed.com 0 points 9 hours ago (1 children)

I removed the two folders using the command that you've taught me, but when i am trying to remove yet another folder, this is what it's showing.

image

[–] LoveEspresso@retrofed.com 0 points 9 hours ago (1 children)
[–] graycube@lemmy.world 2 points 8 hours ago (1 children)

Files have a concept of ownership and have permissions on them. Some permissions can stop you from deleting them. If you own the file you can add a "-f" option to the rm to force it to delete. You can also change the permissions and ownership on files.

[–] LoveEspresso@retrofed.com 0 points 8 hours ago

Thanks. That makes two different rm commands.