@nixCraft :-)
on real systems:
su
cd /
rm -rf *

on childish systems:
sudo su
cd /
rm -rf *

btw the system runs after these commands quite long;-)

@nixCraft or
su -
depends on whether you want .profile be executed (used) or not.