Y
Hacker News
new
|
ask
|
show
|
jobs
by
courtewing
4852 days ago
In case anyone didn't know, this command would recursively remove all files and directories on the entire filesystem.
1 comments
Ao7bei3s
4852 days ago
No it [most likely] wouldn't. Read the manpage.
link
gizmo686
4852 days ago
To clarify to anyone not fammilar with rm, running `rm /` is such a stupid thing to do, that rm has a special case where if won't let you delete "/". To override this behavior, you need the flag "--no-preserve-root".
link