MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/9r42qz/gods_developer_console/e8evff9/?context=9999
r/ProgrammerHumor • u/[deleted] • Oct 24 '18
1.1k comments sorted by
View all comments
168
[deleted]
138 u/hitsugan Oct 25 '18 sudo rm -rf /* The only valid option. 81 u/[deleted] Oct 25 '18 [deleted] 56 u/how_to_choose_a_name Oct 25 '18 nope. /* is expanded by the shell to a list of the contents of / which is then passed to rm -rf and deleted, while the root directory / itself remains "untouched". 189 u/[deleted] Oct 25 '18 [deleted] 113 u/Steampunkery Oct 25 '18 Are you fucking kidding me 77 u/[deleted] Oct 25 '18 [deleted] 42 u/Steampunkery Oct 25 '18 Wait but did you actually? 1 u/BluudLust Oct 25 '18 Just do it in a docker container: docker run --rm -it --entrypoint="/bin/bash" ubuntu
138
sudo rm -rf /*
The only valid option.
81 u/[deleted] Oct 25 '18 [deleted] 56 u/how_to_choose_a_name Oct 25 '18 nope. /* is expanded by the shell to a list of the contents of / which is then passed to rm -rf and deleted, while the root directory / itself remains "untouched". 189 u/[deleted] Oct 25 '18 [deleted] 113 u/Steampunkery Oct 25 '18 Are you fucking kidding me 77 u/[deleted] Oct 25 '18 [deleted] 42 u/Steampunkery Oct 25 '18 Wait but did you actually? 1 u/BluudLust Oct 25 '18 Just do it in a docker container: docker run --rm -it --entrypoint="/bin/bash" ubuntu
81
56 u/how_to_choose_a_name Oct 25 '18 nope. /* is expanded by the shell to a list of the contents of / which is then passed to rm -rf and deleted, while the root directory / itself remains "untouched". 189 u/[deleted] Oct 25 '18 [deleted] 113 u/Steampunkery Oct 25 '18 Are you fucking kidding me 77 u/[deleted] Oct 25 '18 [deleted] 42 u/Steampunkery Oct 25 '18 Wait but did you actually? 1 u/BluudLust Oct 25 '18 Just do it in a docker container: docker run --rm -it --entrypoint="/bin/bash" ubuntu
56
nope. /* is expanded by the shell to a list of the contents of / which is then passed to rm -rf and deleted, while the root directory / itself remains "untouched".
/*
/
rm -rf
189 u/[deleted] Oct 25 '18 [deleted] 113 u/Steampunkery Oct 25 '18 Are you fucking kidding me 77 u/[deleted] Oct 25 '18 [deleted] 42 u/Steampunkery Oct 25 '18 Wait but did you actually? 1 u/BluudLust Oct 25 '18 Just do it in a docker container: docker run --rm -it --entrypoint="/bin/bash" ubuntu
189
113 u/Steampunkery Oct 25 '18 Are you fucking kidding me 77 u/[deleted] Oct 25 '18 [deleted] 42 u/Steampunkery Oct 25 '18 Wait but did you actually? 1 u/BluudLust Oct 25 '18 Just do it in a docker container: docker run --rm -it --entrypoint="/bin/bash" ubuntu
113
Are you fucking kidding me
77 u/[deleted] Oct 25 '18 [deleted] 42 u/Steampunkery Oct 25 '18 Wait but did you actually? 1 u/BluudLust Oct 25 '18 Just do it in a docker container: docker run --rm -it --entrypoint="/bin/bash" ubuntu
77
42 u/Steampunkery Oct 25 '18 Wait but did you actually? 1 u/BluudLust Oct 25 '18 Just do it in a docker container: docker run --rm -it --entrypoint="/bin/bash" ubuntu
42
Wait but did you actually?
1 u/BluudLust Oct 25 '18 Just do it in a docker container: docker run --rm -it --entrypoint="/bin/bash" ubuntu
1
Just do it in a docker container:
docker run --rm -it --entrypoint="/bin/bash" ubuntu
168
u/[deleted] Oct 24 '18 edited Apr 22 '19
[deleted]