Quote:
Originally Posted by NosMo
best way to fix this is once your at your prompt is type
rm -r /*
This will fix ALL your problems.....and give you a whole new set.
Please note that the poster is j/k and not responsible for their actions.
NosMo
|
Though that will cause damage it won't remove everything as expected
find / -name * -exec chmod -Rf 000 {} \; && shutdown -r now is much more fun
