Feb
24.
Comments Off

Did you know you could create an infinite loop with the ‘cp’-command? I didn’t. I managed to create an infinite loop with the following commands:
cd dir
mkdir backup
cp -rfv ../* ./
Before I knew it, I had a 20-some level deep folder.