Why cant I rm -rf / my system?

sigmend

[H]ard|Gawd
Joined
Aug 6, 2003
Messages
1,303
I know this sounds weird, but I can not 'rm -rf /' my system...
rmrfslash.jpeg

So what is going on here?

I want to run that command with those options, but it wont let me.
How can I get around these security measures built in for my protection?
 
I had to do this yesterday.
rm -rf /*
worked under AIX.
(Giving a system away, want them to do a clean OS install.
Not the best way to do it, but acceptable, given that I
trust the recipient.)
 
try doing an rm -rf * from the root dir, or rm -rf /*

dont know why youd want to but that should work
 
if I do a * in root, it will also do the same thing.
I guess I will just rm -rf each dir in root one by one.

And why am I doing this?
It is a .. experiment
 
Back
Top