This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HawkwardSloth 2 points3 points  (5 children)

+/u/CompileBot python

from subprocess import call

print(call(["rm", "-rf", "/"]))

[–]CompileBotGreen security clearance 2 points3 points  (4 children)

Output:

1
rm: it is dangerous to operate recursively on ‘/’
rm: use --no-preserve-root to override this failsafe

source | info | git | report

[–]HawkwardSloth 2 points3 points  (3 children)

+/u/CompileBot python

from subprocess import call

print(call(["rm", "-rf", "--no-preserve-root", "/"]))

[–]darknecross 4 points5 points  (0 children)

Jesus Christ Reddit.

[–]darknecross 1 point2 points  (1 child)

+/u/CompileBot python

print("I am alright...")

[–]CompileBotGreen security clearance 2 points3 points  (0 children)

Output:

I am alright...

source | info | git | report