How can I delete my entire system using terminal? I know that the beginning is rm, but then what?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Jul 22 '11 at 15:51
|
As root, you could do:
Normally, we try to avoid these things. :) |
|||||||||||
|
|
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 |
||||
|
|
Depending on what you mean by deleting, you might get better results by
|
|||
|
|