Old computer related joke regarding Osama bin Laden.

I remember learning this years ago. Some UNIX knowledge is important to understanding.

find /bin/laden
chmod +x /bin/laden
rm /bin/laden

1: Find bin Laden.
2: Make him executable.
3: Remove bin Laden.

Why are you making a file executable before you delet–Oh!

find / -name “osamabinladen” -exec rm -rf {} ;

that’s how I’d heard it.