Y
Hacker News
new
|
ask
|
show
|
jobs
by
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".