mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Add more warning for the fork bomb
This commit is contained in:
parent
aad03ba431
commit
a2db8a1583
@ -1514,7 +1514,9 @@ quota -v username
|
|||||||
```
|
```
|
||||||
|
|
||||||
##### Fork bomb
|
##### Fork bomb
|
||||||
# Remove the beginning '# ' and don't try this at home
|
# Don't try this at home!
|
||||||
|
# It is a function that calls itself twice every call until you run out of system resources.
|
||||||
|
# A '# ' is added in front for safety reason, remove it when seriously you are testing it.
|
||||||
```bash
|
```bash
|
||||||
# :(){:|:&};:
|
# :(){:|:&};:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user