Created
September 7, 2017 01:02
-
-
Save liuxd/5fd04fed9b71eddb9928a9bc55120b6c to your computer and use it in GitHub Desktop.
fork-bomb.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :(){:|:&};: | |
| #这就是个fork 炸弹的实例。 | |
| #具体操作是: | |
| # 通过定义一个名为 ‘:‘的函数。 | |
| # 它会调用自己两次,一次在前台另一次运行在后台。 | |
| # 它会反复的执行下去直到系统崩溃。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment