you are viewing a single comment's thread
view the rest of the comments
[–] 25 points 2 years ago* (2 children)

You are correct, left hand is a fork bomb. Specifically, it creates and then runs a function named ":". What this function does is pipe its output into itself while running in a background process, which instantly spawns infinite copies of itself. Technically I believe the : character could be any character as its just a name. The creator just picked a colon for aesthetics.

  • source
  • parent
  • hideshow 4 child comments