▲ -12 ▼ what happens when you give the command in the command line rm -rf ? (hear-me.social) submitted 1 month ago by codewizard@hear-me.social to c/nostupidquestions@lemmy.world 29 comments fedilink hide all child comments @nostupidquestions what happens when you give the command in the command line rm -rf ?
[–] codewizard@hear-me.social [S] 3 points 1 month ago (1 child) @remon @bizarroland thanks a lot for enlightening me, and also showing me how exactly to use that particular command without breaking anything. permalink fedilink source parent hideshow 2 child comments replies: [–] remon@ani.social 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! permalink fedilink source parent
[–] remon@ani.social 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! permalink fedilink source parent