Those moments when you hit enter and then slap your forehead. Some notable examples: recursive removal of a directory under which various other boxes' filesystems were NFS mounted; attempts to transfer filesystems using tar with an absolute pathname, like this:

tar cf - /path/to/directory | ( cd /new/path && tar xpf -)

Feel free to add your own horror stories.