How can I delete my entire system using terminal? I know that the beginning is rm, but then what?
feedback
|
migrated from stackoverflow.com Jul 22 '11 at 15:51
This question came from our site for professional and enthusiast programmers.
|
As root, you could do:
Normally, we try to avoid these things. :) | |||||||||||
feedback
|
|
Most modern Linux distributions actually disable the ability of removing root by default So to get through this you would use the The complete code to remove the root directory (/) is
you would need to run this as root though. Another way of doing this is using dd the command for this is
where | ||||
feedback
|
|
Depending on what you mean by deleting, you might get better results by
| |||
|
feedback
|