"Run as the root user from the root directory, type in rm -r f * , and, at the stroke of the ENTER key, gone are all the files and directories. Recursively, each directory deleting itself once its files have been deleted, right down to the very directory from which you entered the command: the snake swallowing its tail." Actually that would be rm -rf * and it wouldn't delete /, the directory from which you entered th…
Actually, I don't think you can delete / at all on unix. It's its own parent.
I am too afraid to find out, anyway.