Codewizard@hear-me.social to No Stupid Questions@lemmy.world · 10 days agowhat happens when you give the command in the command line rm -rf ?message-squaremessage-square28linkfedilinkarrow-up19file-text
arrow-up19message-squarewhat happens when you give the command in the command line rm -rf ?Codewizard@hear-me.social to No Stupid Questions@lemmy.world · 10 days agomessage-square28linkfedilinkfile-text
minus-square0xKeshara@lemmy.dbzer0.comlinkfedilinkarrow-up2·9 days agoAhhh, I just re-read your comment, and yeah that would have been the case. I think another quick bypass without using the proper flag could be to use a wildcard (for example, rm -rf /*), I think that might work too maybe
Ahhh, I just re-read your comment, and yeah that would have been the case.
I think another quick bypass without using the proper flag could be to use a wildcard (for example, rm -rf /*), I think that might work too maybe