@nostupidquestions what happens when you give the command in the command line rm -rf ?

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 month ago

Generally a good idea to leave out the "-f" (so it would just be rm -r something). That way you'll get feedback when you're about to do something wrong or stupid!

  • source
  • parent